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.