Add branch note to changelog and fix subhed

This commit is contained in:
Jeremy Singer-Vine
2020-07-27 09:58:39 -04:00
parent aede6c259c
commit c2fa431d64
+3 -1
View File
@@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file. The format
## [0.5.23] — UNRELEASED
## Changed
### Changed
- Removed `pdfminer.from_path` and `pdfminer.load` as deprecated; now `pdfminer.open` is the canonical way to load a PDF.
### Development Changes
- Renamed default branch to "stable," to clarify its purpose
- Switched from nosetests to pytest
- Switched from pipenv to standard requirements.txt + python -m venv
- Added GitHub action for tests + codecov