Update CHANGELOG.md

This commit is contained in:
Jeremy Singer-Vine
2024-07-06 17:52:20 -04:00
parent 5c51b4bd29
commit 1524f3efbe
+6 -1
View File
@@ -2,12 +2,17 @@
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] - Not yet released
## [0.11.2] - 2024-07-06
### Added
- 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))
### Development Changes
- Remove testing for Python 3.8, add testing for Python 3.12. ([944eaed](https://github.com/jsvine/pdfplumber/commit/944eaed))
- Upgrade `flake8`, `pytest`, and `pytest-cov` — and add `setuptools` and `py` as explicit dev requirements (for Python 3.12).
## [0.11.1] - 2024-06-11
### Fixed