From 3069f2dba5ecad20862a06a2278405328f4935cf Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Mon, 30 May 2022 15:29:37 +0000 Subject: [PATCH 1/2] DOC: Fix style of 1.25 and 1.27 patch notes --- CHANGELOG | 73 +++++++++++++++++++++++++++++++------------------------ 1 file changed, 41 insertions(+), 32 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5097d322f..c875f88a4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -444,6 +444,41 @@ Miscellaneous: All changes: https://github.com/py-pdf/PyPDF2/compare/1.27.3...1.27.4 +Version 1.27.3, 2022-04-10 +-------------------------- + +- PKG: Make Tests not a subpackage (#728) +- BUG: Fix ASCII85Decode.decode assertion (#729) +- BUG: Error in Chinese character encoding (#463) +- BUG: Code duplication in Scripts/2-up.py +- ROBUST: Guard 'obj.writeToStream' with 'if obj is not None' +- ROBUST: Ignore a /Prev entry with the value 0 in the trailer +- MAINT: Remove Sample_Code (#726) +- TST: Close file handle in test_writer (#722) +- TST: Fix test_get_images (#730) +- DEV: Make tox use pytest and add more Python versions (#721) +- DOC: Many (#720, #723-725, #469) + +All changes: https://github.com/py-pdf/PyPDF2/compare/1.27.2...1.27.3 + +Version 1.27.2, 2022-04-09 +-------------------------- + +- Add Scripts (including `pdfcat`), Resources, Tests, and Sample_Code back to + PyPDF2. It was removed by accident in 1.27.0, but might get removed with 2.0.0 + See https://github.com/py-pdf/PyPDF2/discussions/718 for discussion + +All changes: https://github.com/py-pdf/PyPDF2/compare/1.27.1...1.27.2 + +Version 1.27.1, 2022-04-08 +-------------------------- + +- Fixed project links on PyPI page after migration from mstamy2 + to MartinThoma to the py-pdf organization on GitHub +- Documentation is now at https://pypdf2.readthedocs.io/en/latest/ + +All changes: https://github.com/py-pdf/PyPDF2/compare/1.27.0...1.27.1 + Version 1.27.0, 2022-04-07 -------------------------- @@ -485,31 +520,14 @@ Miscellaneous: You can see the full changelog at: https://github.com/py-pdf/PyPDF2/compare/1.26.0...1.27.0 -Patch release 1.27.1, 2022-04-08 - -- Fixed project links on PyPI page after migration from mstamy2 - to MartinThoma to the py-pdf organization on GitHub -- Documentation is now at https://pypdf2.readthedocs.io/en/latest/ - -Patch release 1.27.2, 2022-04-09 - -- Add Scripts (including `pdfcat`), Resources, Tests, and Sample_Code back to - PyPDF2. It was removed by accident in 1.27.0, but might get removed with 2.0.0 - See https://github.com/py-pdf/PyPDF2/discussions/718 for discussion +Version 1.25.1, 2015-07-20 +-------------------------- -Patch release 1.27.3, 2022-04-10 + - Fix bug when parsing inline images. Occurred when merging + certain pages with inline images -- PKG: Make Tests not a subpackage (#728) -- BUG: Fix ASCII85Decode.decode assertion (#729) -- BUG: Error in Chinese character encoding (#463) -- BUG: Code duplication in Scripts/2-up.py -- ROBUST: Guard 'obj.writeToStream' with 'if obj is not None' -- ROBUST: Ignore a /Prev entry with the value 0 in the trailer -- MAINT: Remove Sample_Code (#726) -- TST: Close file handle in test_writer (#722) -- TST: Fix test_get_images (#730) -- DEV: Make tox use pytest and add more Python versions (#721) -- DOC: Many (#720, #723-725, #469) + - Fixed type error when creating outlines by utilizing the + isString() test Version 1.26.0, 2016-05-18 -------------------------- @@ -537,15 +555,6 @@ Version 1.26.0, 2016-05-18 - Fix bug where reading an inline image would cut off prematurely in certain cases (speedplane) - -Patch 1.25.1, 2015-07-20 - - - Fix bug when parsing inline images. Occurred when merging - certain pages with inline images - - - Fixed type error when creating outlines by utilizing the - isString() test - Version 1.25, 2015-07-07 ------------------------ From 62b49786186e9d6e5de3680b8cc10fd5428d83b7 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Mon, 30 May 2022 16:50:30 +0000 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c875f88a4..46d407711 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -520,15 +520,6 @@ Miscellaneous: You can see the full changelog at: https://github.com/py-pdf/PyPDF2/compare/1.26.0...1.27.0 -Version 1.25.1, 2015-07-20 --------------------------- - - - Fix bug when parsing inline images. Occurred when merging - certain pages with inline images - - - Fixed type error when creating outlines by utilizing the - isString() test - Version 1.26.0, 2016-05-18 -------------------------- @@ -555,6 +546,15 @@ Version 1.26.0, 2016-05-18 - Fix bug where reading an inline image would cut off prematurely in certain cases (speedplane) +Version 1.25.1, 2015-07-20 +-------------------------- + + - Fix bug when parsing inline images. Occurred when merging + certain pages with inline images + + - Fixed type error when creating outlines by utilizing the + isString() test + Version 1.25, 2015-07-07 ------------------------