Commit fb34775 1 parent 4b1cbde commit fb34775 Copy full SHA for fb34775
File tree 3 files changed +23
-2
lines changed
3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## Version 2.11.2, 2022-11-20
4
+
5
+ ### New Features (ENH)
6
+ - Add remove_from_tree (#1432 )
7
+ - Add AnnotationBuilder.rectangle (#1388 )
8
+
9
+ ### Bug Fixes (BUG)
10
+ - JavaScript executed twice (#1439 )
11
+ - ToUnicode stores /Identity-H instead of stream (#1433 )
12
+ - Declare Pillow as optional dependency (#1392 )
13
+
14
+ ### Developer Experience (DEV)
15
+ - Link 'Full Changelog' automatically
16
+ - Modify read_string_from_stream to a benchmark (#1415 )
17
+ - Improve error reporting of read_object (#1412 )
18
+ - Test Python 3.11 (#1404 )
19
+ - Extend Flake8 ignore list (#1410 )
20
+ - Use correct pytest markers (#1407 )
21
+ - Move project configuration to pyproject.toml (#1382 )
22
+
23
+ [ Full Changelog] ( https://github.com/py-pdf/PyPDF2/compare/2.11.1...2.11.2 )
24
+
3
25
## Version 2.11.1, 2022-10-09
4
26
5
27
### Bug Fixes (BUG)
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ upload:
12
12
flit publish
13
13
14
14
clean :
15
- python setup.py clean --all
16
15
pyclean .
17
16
rm -rf tests/__pycache__ PyPDF2/__pycache__ Image9.png htmlcov docs/_build dist dont_commit_merged.pdf dont_commit_writer.pdf PyPDF2.egg-info PyPDF2_pdfLocation.txt .pytest_cache .mypy_cache .benchmarks
18
17
Original file line number Diff line number Diff line change 1
- __version__ = "2.11.1 "
1
+ __version__ = "2.11.2 "
You can’t perform that action at this time.
0 commit comments