Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed May 15, 2024
1 parent 61ea0e5 commit 5eff0ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/misc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Changelog
==========

Release 2.4.0a0 (WIP)
Release 2.4.0a1 (WIP)
--------------------------

Breaking Changes:
Expand All @@ -14,7 +14,8 @@ New Features:

Bug Fixes:
^^^^^^^^^^
- Fix memory leak when loading learner from storage (@peteole)
- Fixed memory leak when loading learner from storage, ``set_parameters()`` does not try to load the object data anymore
and only loads the PyTorch parameters (@peteole)
- Cast type in compute gae method to avoid error when using torch compile (@amjames)

`SB3-Contrib`_
Expand All @@ -31,7 +32,7 @@ Deprecations:

Others:
^^^^^^^
- Fix various typos (@cschindlbeck)
- Fixed various typos (@cschindlbeck)

Bug Fixes:
^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion stable_baselines3/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0a0
2.4.0a1

0 comments on commit 5eff0ab

Please sign in to comment.