From b70566300350d5a07ab99ae270fa2b1bda0a0614 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Thu, 3 Oct 2024 19:05:21 +0000 Subject: [PATCH] Update CHANGELOG.rst --- CHANGELOG.rst | 13 +++++++++++++ news/compute_cve.rst | 23 ----------------------- news/pip.rst | 23 ----------------------- 3 files changed, 13 insertions(+), 46 deletions(-) delete mode 100644 news/compute_cve.rst delete mode 100644 news/pip.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 38e396c..56f88f0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,19 @@ Release Notes .. current developments +0.1.2 +===== + +**Added:** + +* polynomial interpolation as the default method for cve computation. + +**Fixed:** + +* add PyPI packages under pip.txt + + + 0.1.1 ===== diff --git a/news/compute_cve.rst b/news/compute_cve.rst deleted file mode 100644 index 947976d..0000000 --- a/news/compute_cve.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* polynomial interpolation as the default method for cve computation. - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/pip.rst b/news/pip.rst deleted file mode 100644 index 01c6166..0000000 --- a/news/pip.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* add PyPI packages under pip.txt - -**Security:** - -*