From 02ff4313f846380fefccec9c73fb4c8d8a80d0ee Mon Sep 17 00:00:00 2001 From: Jeremy Singer-Vine Date: Thu, 27 Mar 2025 23:21:17 -0400 Subject: [PATCH] Tiny tweaks to CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f78dd4..286761a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,14 @@ All notable changes to this project will be documented in this file. The format ## [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)) +- 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) +- 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))