From 39dbfd6ab313762a5bcffb8d8ff021503c88487d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20R=C3=BCth?= Date: Fri, 21 Jan 2022 01:12:57 -0600 Subject: [PATCH] Updated CHANGELOG for 0.2.1 --- ChangeLog | 9 +++++++++ doc/news/catch.rst | 3 --- 2 files changed, 9 insertions(+), 3 deletions(-) delete mode 100644 doc/news/catch.rst diff --git a/ChangeLog b/ChangeLog index 9e1909e..be12a9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,15 @@ unique-factory Change Log .. current developments +v0.2.1 +==================== + +**Fixed:** + +* Fixed cache inconsistency when factory function `create()` throws an exception. + + + v0.2.0 ==================== diff --git a/doc/news/catch.rst b/doc/news/catch.rst deleted file mode 100644 index a18af1d..0000000 --- a/doc/news/catch.rst +++ /dev/null @@ -1,3 +0,0 @@ -**Fixed:** - -* Fixed cache inconsistency when factory function `create()` throws an exception.