Skip to content

Commit

Permalink
docs: put CHANGELOG entries in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Nov 15, 2023
1 parent c396fa7 commit 3362d89
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Fixed

- Update list of Python versions for CI
- Version dependency on `black` to avoid CI failures (for now, should reformat)
- Fix a `flake8` error in `tests/test_converter.py`
- Version dependency on `mypy` to avoid CI failures (for now, should fix)
- Correct `type: ignore` comment in `pdfplumber/image.py`
- `ValueError` when bmp images with 1 bit channel are decoded ([#773](https://github.com/pdfminer/pdfminer.six/issues/773))
- `ValueError` when trying to decrypt empty metadata values ([#766](https://github.com/pdfminer/pdfminer.six/issues/766))
- Sphinx errors during building of documentation ([#760](https://github.com/pdfminer/pdfminer.six/pull/760))
Expand All @@ -28,16 +33,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Usage of `if __name__ == "__main__"` where it was only intended for testing purposes ([#756](https://github.com/pdfminer/pdfminer.six/pull/756))

## [20231115]

### Fixed

- Update list of Python versions for CI
- Version dependency on `black` to avoid CI failures (for now, should reformat)
- Fix a `flake8` error in `tests/test_converter.py`
- Version dependency on `mypy` to avoid CI failures (for now, should fix)
- Correct `type: ignore` comment in `pdfplumber/image.py`

## [20220524]

### Fixed
Expand Down

0 comments on commit 3362d89

Please sign in to comment.