Update CHANGELOG.md

This commit is contained in:
Jeremy Singer-Vine
2025-11-08 15:18:38 -05:00
parent bb04284f43
commit f26e4b7360
+4 -1
View File
@@ -2,11 +2,14 @@
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/).
## [Unreleased]
## [0.11.8] - 2025-11-08
### Added
- Add `edge_min_length_prefilter` table setting for initial edge filtering. Lowering this setting enables capturing small edge segments (e.g., dashed lines) that would be filtered out with the default minimum length of 1. Raising this setting would be less common but plausible. (h/t @bronislav). ([#1274](https://github.com/jsvine/pdfplumber/issues/1274)).
### Changed
- Upgrade `pdfminer.six` from `20250506` to `20251107` (h/t @henry-renner-v). ([0079187](https://github.com/jsvine/pdfplumber/pull/1348/commits/0079187ab5493f4440147cde83ee627cab081079))
## [0.11.7] - 2025-06-12
### Added