mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 08:34:23 +08:00
Update CHANGELOG.md and thank @alexreg
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user