summarylogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst21
1 files changed, 17 insertions, 4 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 609afa780b54..996e801cb772 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -13,16 +13,29 @@ Changelog
Current versions
================
-Version 4.2.2, 2022-05-26
--------------------------
+Version 4.3, 2022-07-20
+-----------------------
-- Update ``.github/workflows/ci.yml`` template, :pr:`637` and :pr:`640`
-- Update note in ``skeleton.py`` template clarifying file can be renamed, :pr:`641`
+- Removed ``wheel`` from the set of build dependencies in ``pyproject.toml``
+ (it is redundant since ``setuptools`` already includes it), :pr:`652`.
+- Updated ``freebsd`` configuration in ``.cirrus.yml`` (with workaround for
+ ``pipx`` in 2022Q3 repo), :pr:`657`.
Older versions
==============
+Version 4.2.3, 2022-06-17
+-------------------------
+
+- Automatically create directory when saving config file, :issue:`648`
+
+Version 4.2.2, 2022-05-26
+-------------------------
+
+- Update ``.github/workflows/ci.yml`` template, :pr:`637` and :pr:`640`
+- Update note in ``skeleton.py`` template clarifying file can be renamed, :pr:`641`
+
Version 4.2.1, 2022-03-16
-------------------------