diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 7ea431aaa..27a9d393a 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -16,11 +16,17 @@ Changelog .. Bug Fixes .. +++++++++ +v0.23.0 / 2022-03-10 +-------------------- + +Enhancements +++++++++++++ +- (:pr:`351`) Torsiondrive procedure refactored to make it easier for users to implement a parallel version via subclassing and overwriting the `_spawn_optimizations` method. @jthorton + v0.22.0 / 2022-01-25 -------------------- - Bug Fixes +++++++++ - (:pr:`338`) Correctly export version to tarballs created by git-archive. @mbanck, @loriab