From 545fd873242e0233f27446b70dade81a52109730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20R=C3=BCth?= Date: Fri, 11 Mar 2022 14:15:18 -0600 Subject: [PATCH] Updated CHANGELOG for 1.2.0 --- ChangeLog | 14 ++++++++++++++ doc/news/cancel.rst | 3 --- doc/news/unerase.rst | 7 ------- 3 files changed, 14 insertions(+), 10 deletions(-) delete mode 100644 doc/news/cancel.rst delete mode 100644 doc/news/unerase.rst diff --git a/ChangeLog b/ChangeLog index 00b18ba..49a3a5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,20 @@ cppyythonizations Change Log .. current developments +v1.2.0 +==================== + +**Added:** + +* Added `cppyythonizations.boost.type_erasure` to make methods on erased types available in cppyy. + +**Fixed:** + +* Removed explicit cancel workflow for GitHub CI (replaced by newer builtin feature.) +* Allow installation of cppyythonizations with `pip install -e`. + + + v1.1.3 ==================== diff --git a/doc/news/cancel.rst b/doc/news/cancel.rst deleted file mode 100644 index 220c69c..0000000 --- a/doc/news/cancel.rst +++ /dev/null @@ -1,3 +0,0 @@ -**Fixed:** - -* Removed explicit cancel workflow for GitHub CI (replaced by newer builtin feature.) diff --git a/doc/news/unerase.rst b/doc/news/unerase.rst deleted file mode 100644 index e5ab0a8..0000000 --- a/doc/news/unerase.rst +++ /dev/null @@ -1,7 +0,0 @@ -**Added:** - -* Added `cppyythonizations.boost.type_erasure` to make methods on erased types available in cppyy. - -**Fixed:** - -* Allow installation of cppyythonizations with `pip install -e`.