From 44b078c3ff588b800053f19a66a3acef357d8cad Mon Sep 17 00:00:00 2001 From: Jeremy Singer-Vine Date: Thu, 27 Mar 2025 23:15:06 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f02c88..8f78dd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/). +## [0.11.6] - 2025-03-27 +### Changed +- Upgrade `pdfminer.six` from `20231228` to `20250327`. ([3fcb493](https://github.com/jsvine/pdfplumber/commit/3fcb493) + [12a73a2](https://github.com/jsvine/pdfplumber/commit/12a73a2)) +- Use csv.QUOTE_MINIMAL for .to_csv(...) ([980494a](https://github.com/jsvine/pdfplumber/commit/980494a)) + + +### Fixed +- Fix bug with `use_text_flow=True` text extraction (h/t @samuelbradshaw)([#1279](https://github.com/jsvine/pdfplumber/issues/1279) + [e15ed98](https://github.com/jsvine/pdfplumber/commit/e15ed98)) +- Catch exceptions from pdfminer and malformed PDFs ([43ccc5b](https://github.com/jsvine/pdfplumber/commit/43ccc5b)) +- More broadly handle RecursionError ([748ff31](https://github.com/jsvine/pdfplumber/commit/748ff31) + +## Removed +- Remove test_issue_1089 ([#1263](https://github.com/jsvine/pdfplumber/issues/1263) + [7e28e76](https://github.com/jsvine/pdfplumber/commit/7e28e76)) + ## [0.11.5] - 2025-01-01 ### Added