From 8956e702d88c7af5dbfa0881a4fcfacafd200f3a Mon Sep 17 00:00:00 2001 From: geisserml Date: Thu, 8 Sep 2022 19:30:48 +0200 Subject: [PATCH] Update changelog --- docs/devel/changelog_staging.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/devel/changelog_staging.md b/docs/devel/changelog_staging.md index a2efc1733..7d328e9c7 100644 --- a/docs/devel/changelog_staging.md +++ b/docs/devel/changelog_staging.md @@ -23,10 +23,9 @@ - Setup code - When doing an automatic release, repository changes are now only pushed after successful wheel building, to avoid leaving the repository in an invalid state in case some earlier step fails. + - Autorelease now properly takes existing beta tags into account for its version changes. - PDFium's commit log is now shown with GitHub releases. - - Polished `setup.py` code to be much cleaner and easier to understand. - - Restructured some setup-related sources. - - Tweaked dependency pinning. + - Miscellaneous setup improvements. - Documentation - Rewrote the project's `README.md`. Added more support model examples and an extensive guide regarding the raw PDFium/ctypes API.