diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 6b3ce9778..7d0e99c85 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -4,6 +4,23 @@ Changelog .. current developments +v1.8.1 +==================== + +**Added:** + +* Added a progress bar for ``openfe gather`` JSON loading (`PR #1786 `_). + +**Fixed:** + +* Due to issues with OpenFF's handling of toolkit registries + with NAGL, the use of NAGL models (e.g. AshGC) when OpenEye + is installed but not requested as the charge backend has been + disabled (Issue #1760, `PR #1762 `_). +* Fixed bug in ligand network visualization (such as with ``openfe view-ligand-network``) so that ligand names are no longer cut off by the plot border (`PR #1822 `_). + + + v1.8.0 ==================== diff --git a/news/disable_oechem_nagl.rst b/news/disable_oechem_nagl.rst deleted file mode 100644 index fc73b3e82..000000000 --- a/news/disable_oechem_nagl.rst +++ /dev/null @@ -1,26 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Due to issues with OpenFF's handling of toolkit registries - with NAGL, the use of NAGL models (e.g. AshGC) when OpenEye - is installed but not requested as the charge backend has been - disabled (Issue #1760). - -**Security:** - -* diff --git a/news/progress_bar.rst b/news/progress_bar.rst deleted file mode 100644 index bd0999a29..000000000 --- a/news/progress_bar.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* Added a progress bar for ``openfe gather`` JSON loading. - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*