From 1b90b3cd420dcb816db87bea0b55a7caed26ab18 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 16 Nov 2024 13:16:58 +0200 Subject: [PATCH] Update changelog for 2.4.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9ed5b7..c11c93e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.4.0 + +- Add support for Python 3.14 ([PR 145](https://github.com/python/cherry-picker/pull/145) +- Allow passing a base branch that doesn't have version info + ([PR 70](https://github.com/python/cherry-picker/pull/70) + - This makes cherry-picker useful for projects other than CPython that don't + have versioned branch names. + ## 2.3.0 - Add support for Python 3.13