From 694f9193cc13c3757dbe21af9c817dca32d9d5fc Mon Sep 17 00:00:00 2001 From: Jeremy Singer-Vine Date: Fri, 19 Mar 2021 19:08:32 -0400 Subject: [PATCH] Update CHANGELOG.md and thank @alexreg --- CHANGELOG.md | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c7011a..0d3d943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/README.md b/README.md index f988975..5248a92 100644 --- a/README.md +++ b/README.md @@ -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