From 9ff26dafed841da85b3714d3b26f81abe81fe172 Mon Sep 17 00:00:00 2001 From: Adam Gleave Date: Fri, 4 Feb 2022 16:12:17 -0800 Subject: [PATCH] Fix changelog (#760) --- docs/misc/changelog.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/misc/changelog.rst b/docs/misc/changelog.rst index 07a0cf3..71e4952 100644 --- a/docs/misc/changelog.rst +++ b/docs/misc/changelog.rst @@ -24,6 +24,7 @@ Bug Fixes: Deprecations: ^^^^^^^^^^^^^ +- Switched minimum Gym version to 0.21.0. Others: ^^^^^^^ @@ -119,7 +120,6 @@ Release 1.3.0 (2021-10-23) Breaking Changes: ^^^^^^^^^^^^^^^^^ -- Support for Python 3.6 was removed. - ``sde_net_arch`` argument in policies is deprecated and will be removed in a future version. - ``_get_latent`` (``ActorCriticPolicy``) was removed - All logging keys now use underscores instead of spaces (@timokau). Concretely this changes: @@ -147,7 +147,6 @@ Bug Fixes: Deprecations: ^^^^^^^^^^^^^ -- Switched minimum Gym version to 0.21.0. Others: ^^^^^^^