diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d1073ab0..5c1cc36d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,26 @@ Datamol Changelogs .. current developments +v0.9.2 +==================== + +**Added:** + +* A multi-mol2 file reader that converts into rdkit objects + +**Fixed:** + +* Updated the logging in `_sanifix4.py` to use the RDKit logger + +**Authors:** + +* Cas +* Hadrien Mary +* Pakman450 +* Therence1 + + + v0.9.1 ==================== diff --git a/news/fix-sanifix-logging.rst b/news/fix-sanifix-logging.rst deleted file mode 100644 index e0c44862..00000000 --- a/news/fix-sanifix-logging.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Updated the logging in `_sanifix4.py` to use the RDKit logger - -**Security:** - -* diff --git a/news/my-feature-or-branch.rst b/news/my-feature-or-branch.rst deleted file mode 100644 index da589d92..00000000 --- a/news/my-feature-or-branch.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* A multi-mol2 file reader that converts into rdkit objects - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*