Update CHANGELOG.md and thank @alexreg

This commit is contained in:
Jeremy Singer-Vine
2021-03-19 19:08:32 -04:00
parent 8dd1f88029
commit 694f9193cc
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/).
## [0.5.28] — Unreleased
### Fixed
- Fix `.extract_text(...)` so that it can accept generator objects as its main parameter. ([#385](https://github.com/jsvine/pdfplumber/pull/385)) [h/t @alexreg]
## [0.5.27] — 2021-02-28
### Fixed
- Fix regression (introduced in `0.5.26`/[b1849f4](https://github.com/jsvine/pdfplumber/commit/b1849f4)) in closing files opened by `PDF.open`
+1
View File
@@ -428,6 +428,7 @@ Many thanks to the following users who've contributed ideas, features, and fixes
- [Marco](https://github.com/ubmarco)
- [Idan David](https://github.com/idan-david)
- [xv44586](https://github.com/xv44586)
- [Alexander Regueiro](https://github.com/alexreg)
## Contributing