From 5a183d46ac5d760944dc507d1281813d02d2c75e Mon Sep 17 00:00:00 2001 From: Benjamin Rabier Date: Wed, 1 Jun 2022 14:14:15 +0200 Subject: [PATCH] [doc] Update changelog --- docs/changelog.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index f4cf737e..b3b94754 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,6 +16,17 @@ Most, if not all, the API is annotated with decorators such as :code:`@API.publi the given functionality can be relied upon. +1.4.1 (2022-06-01) +================== + + +Bug fix +------- + +- Fix type error for :py:meth:`.implements.overriding`. + + + 1.4.0 (2022-05-22) ==================