Update CHANGELOG and README re. PR #1032

This commit is contained in:
Jeremy Singer-Vine
2023-10-28 09:05:54 -04:00
parent bcb762542e
commit 0c7a279a3b
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -4,10 +4,15 @@ All notable changes to this project will be documented in this file. The format
## [0.10.4] - [Unreleased]
### Added
- Add "gswin64c" as another possible Ghostscript executable in `repair.py` (h/t @echedey-ls). ([#1032](https://github.com/jsvine/pdfplumber/issues/1030))
### Fixed
- Fix `Page.get_textmap` caching to allow for `extra_attrs=[...]`, by preconverting list kwargs to tuples. ([#1030](https://github.com/jsvine/pdfplumber/issues/1030))
## [0.10.3] - 2023-10-26
### Added
+1
View File
@@ -541,6 +541,7 @@ Many thanks to the following users who've contributed ideas, features, and fixes
- [John West](https://github.com/jwestwsj)
- [David Huggins-Daines](https://github.com/dhdaines)
- [Jeremy B. Merrill](https://github.com/jeremybmerrill)
- [Echedey Luis](https://github.com/echedey-ls)
## Contributing