Skip to content

Commit

Permalink
Fix h/ts in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvine committed Jan 1, 2025
1 parent da5fc9a commit c5e9f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ All notable changes to this project will be documented in this file. The format
### Added

- Add `--format text` options to CLI (in addition to previously-available `csv` and `json`) (h/t @brandonrobertz). ([#1235](https://github.com/jsvine/pdfplumber/pull/1235))
- Add `raise_unicode_errors: bool` parameter to `pdfplumber.open()` to allow bypassing `UnicodeDecodeError`s in annotation-parsing and generate warnings instead (h/t @n-traore). ([#1195](https://github.com/jsvine/pdfplumber/issues/1195))
- Add `raise_unicode_errors: bool` parameter to `pdfplumber.open()` to allow bypassing `UnicodeDecodeError`s in annotation-parsing and generate warnings instead (h/t @stolarczyk). ([#1195](https://github.com/jsvine/pdfplumber/issues/1195))
- Add `name` property to `image` objects (h/t @djr2015). ([#1201](https://github.com/jsvine/pdfplumber/discussions/1201))

### Fixed

- Fix `PageImage.debug_tablefinder(...)` so that its main keyword argument is named the same (`table_settings=`) as other related `Page` methods. ([#1237](https://github.com/jsvine/pdfplumber/issues/1237))
- Fix `PageImage.debug_tablefinder(...)` so that its main keyword argument is named the same (`table_settings=`) as other related `Page` methods (h/t @n-traore). ([#1237](https://github.com/jsvine/pdfplumber/issues/1237))


## [0.11.4] - 2024-08-18
Expand Down

0 comments on commit c5e9f05

Please sign in to comment.