# HG changeset patch # User Nicola Spanti <nicola.spanti@logilab.fr> # Date 1736266797 -3600 # Tue Jan 07 17:19:57 2025 +0100 # Node ID 05c5d45f871998762dbf3329ae637a64c701ea82 # Parent 646e2981b878d6c43d69dc086b45d13da97b15e3 # EXP-Topic changelog docs(changelog): improve it for what was already in diff --git a/CHANGELOG.md b/CHANGELOG.md --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## Version 4.0.0 (2023-10-05) -### 🎉 New features + +### 🎉 Code changes - run flynt on the code base to convert everything into f-strings - upgrade CubicWeb to version 4 @@ -7,45 +8,50 @@ ### 📠Documentation -- licence: update licence dates +licence: update licence dates ### 🤖 Continuous integration -- that tox option is now named allowlist_externals +`tox` option `whitelist_externals` is now named `allowlist_externals` ## Version 3.3.1 (2023-01-17) -### 🎉 New features -- setup.py: increase cubicweb max version to 3.38.x +### 🎉 New feature + +setup.py: increase cubicweb max version to 3.38.x ### 🤖 Continuous integration -- gitlab-ci: use templates from a common repository +gitlab-ci: use templates from a common repository ## Version 3.3.0 (2022-09-28) -### 🎉 New features -- storages: Add bucket versioning support + +### 🎉 New feature + +storages: Add bucket versioning support ## Version 3.2.0 (2022-04-08) -### 🎉 New features -- setup.py: increase cubicweb max version to 3.37.x +### 🎉 Upgrade + +setup.py: increase cubicweb max version to 3.37.x ## Version 3.1.0 (2022-04-05) -### 🎉 New features + +### 🎉 New feature - cube-doctor: add add-set-cubicweb-max-version - setup.py: increase cubicweb max version to 3.35.x ### 📠Documentation -- licence: update licence dates +licence: update licence dates ### 🤖 Continuous integration -- gitlab-ci: use templates from a common repository +gitlab-ci: use templates from a common repository ### 🤷 Various changes - Bump version to 3.0.0 -- storages: Fix log when key download fails \ No newline at end of file +- storages: Fix log when key download fails