Update CHANGELOG.md with latest fixes

This commit is contained in:
Jeremy Singer-Vine
2020-11-12 23:04:54 -05:00
parent 408605f01a
commit d3b84da33c
+2
View File
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format
## [0.5.25] — Unreleased
### Fixed
- Fix metadata extraction to handle integer/floating-point values ([#297](https://github.com/jsvine/pdfplumber/issues/297))
- Explicitly load text as utf-8 in `setup.py` ([#304](https://github.com/jsvine/pdfplumber/issues/304))
- Fix `pdfplumber.open(...)` so that it does not close file objects passed to it ([#312](https://github.com/jsvine/pdfplumber/issues/312))
## [0.5.24] — 2020-10-20
### Added