diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index fb67cab32..899ad4318 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -12,6 +12,16 @@ Development was migrated into the `OpenBioSim `__ organisation on `GitHub `__. + +`2023.1.2 `__ - February 2023 +-------------------------------------------------------------------------------------- + +* Used clang-format to autoformat all the C++ files. +* Fixed SDF pickle bug (molecules read from SDF files could not be pickled / unpickled) +* Fixed the bugs in waterswap that led to incorrect energies being calculated. +* Fixed bugs in analyse_freenrg that prevented it from running on newly generated simfiles. +* Fixed a segfault when searching for non-existant atoms in a molecule editor. + `2023.1.1 `__ - January 2023 --------------------------------------------------------------------------------------