diff --git a/docs/misc/changelog.rst b/docs/misc/changelog.rst index 42c3907..ee80b96 100644 --- a/docs/misc/changelog.rst +++ b/docs/misc/changelog.rst @@ -3,7 +3,7 @@ Changelog ========== -Release 2.0.0a11 (WIP) +Release 2.0.0a12 (WIP) -------------------------- **Gymnasium support** @@ -26,6 +26,7 @@ Breaking Changes: New Features: ^^^^^^^^^^^^^ +- Added a check in ``check_env`` to ensure that the environment allows calling ``close`` if it is already closed. `SB3-Contrib`_ diff --git a/stable_baselines3/version.txt b/stable_baselines3/version.txt index d70b1bb..d8aacfa 100644 --- a/stable_baselines3/version.txt +++ b/stable_baselines3/version.txt @@ -1 +1 @@ -2.0.0a11 +2.0.0a12