From 6c1d5e25528c547d95a6c616d237c71af8af285a Mon Sep 17 00:00:00 2001 From: Nathan Baker Date: Sun, 31 Dec 2023 08:44:05 -0800 Subject: [PATCH] Update ChangeLog --- docs/source/changelog.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index c4c05d2..0aff839 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -2,6 +2,23 @@ Changelog ********* +3.5.1 (2023-12-31) +================== + +Changes +------- + +* Add more static typing and associated tests (`#177 `_ and `#172 `_) + +* Refactor deprecated ``pkg_resources`` usage (`#176 `_) + +* Increase number of valence electrons for ligand atoms (`#169 `_ and `#170 _`) + +Fixes +----- + +* Fix topping up from all conformations, not just first (`#167 `_) + 3.5.0 (2023-02-13) ==================