From c2fa431d648b7e5ab914f56e4cd4068dec2fd200 Mon Sep 17 00:00:00 2001 From: Jeremy Singer-Vine Date: Mon, 27 Jul 2020 09:58:39 -0400 Subject: [PATCH] Add branch note to changelog and fix subhed --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3d5621..72d718b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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