Tweak CHANGELOG.md

This commit is contained in:
Jeremy Singer-Vine
2024-07-06 16:01:54 -04:00
parent acc9082138
commit ecbb643bde
+2 -2
View File
@@ -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