From 8e5200e510fa22fe932b3a329bb15bea8be9ddd8 Mon Sep 17 00:00:00 2001 From: Gianluca Gippetto Date: Wed, 30 Jun 2021 21:35:07 +0200 Subject: [PATCH] Docs: update CHANGELOG --- CHANGELOG.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 778b657..a02c305 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,7 +13,7 @@ Changelog Deprecated ---------- -v0.9.0 (unreleased) +v0.9.0 (2021-06-30) =================== Fixed bugs @@ -51,6 +51,8 @@ New features and enhancements - ``@option_group`` and ``Section`` now show a better error message when one forgets to provide the name/title as first argument. +- Fixed/improved some type hints and added others. + Breaking changes ---------------- - Calling a constraint -- previously a shortcut to the :meth:`~Constraint.check`