diff --git a/CHANGELOG.md b/CHANGELOG.md index a4f7ed2..7fde100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ 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.2] - 2024-06-27 +## [0.11.2] - Not yet released ### Added -- Add `ignore_char_properties` params, to loose the similarity check between chars to deduplicate. ([#1114](https://github.com/jsvine/pdfplumber/issues/1114)) +- Add `extra_attrs` parameter to `.dedupe_chars(...)` to adjust the properties used when deduplicating (h/t @QuentinAndre11). ([#1114](https://github.com/jsvine/pdfplumber/issues/1114)) ## [0.11.1] - 2024-06-11