From 0c7a279a3b062728c643cac190f359f79bcbecbd Mon Sep 17 00:00:00 2001 From: Jeremy Singer-Vine Date: Sat, 28 Oct 2023 09:05:54 -0400 Subject: [PATCH] Update CHANGELOG and README re. PR #1032 --- CHANGELOG.md | 5 +++++ README.md | 1 + 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14d3806..1699593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,15 @@ All notable changes to this project will be documented in this file. The format ## [0.10.4] - [Unreleased] +### Added + +- Add "gswin64c" as another possible Ghostscript executable in `repair.py` (h/t @echedey-ls). ([#1032](https://github.com/jsvine/pdfplumber/issues/1030)) + ### Fixed - Fix `Page.get_textmap` caching to allow for `extra_attrs=[...]`, by preconverting list kwargs to tuples. ([#1030](https://github.com/jsvine/pdfplumber/issues/1030)) + ## [0.10.3] - 2023-10-26 ### Added diff --git a/README.md b/README.md index 335b1ff..a2c8e4c 100644 --- a/README.md +++ b/README.md @@ -541,6 +541,7 @@ Many thanks to the following users who've contributed ideas, features, and fixes - [John West](https://github.com/jwestwsj) - [David Huggins-Daines](https://github.com/dhdaines) - [Jeremy B. Merrill](https://github.com/jeremybmerrill) +- [Echedey Luis](https://github.com/echedey-ls) ## Contributing