From d3b84da33c408eebccf23f4d3c3a58109bbb7ba0 Mon Sep 17 00:00:00 2001 From: Jeremy Singer-Vine Date: Thu, 12 Nov 2020 23:04:54 -0500 Subject: [PATCH] Update CHANGELOG.md with latest fixes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02ce280..86bcad4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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