Skip to content

Commit

Permalink
Reconcile release notes with those from the 5.2.1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Jul 5, 2024
1 parent d5f5112 commit 094d890
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,24 @@ Version 5.2.1

Released: 2023-06-23

This is a bugfix release fixing a Python 3.11 compatibility issue in
StatePickler.

Thanks to the following contributors:

* Mark Dickinson
* Tony Ni
* Rahul Poruri

Fixes
-----
* Add missing attributes to ``LogFileHandler``, notably ``encoding``. (#324)
* Fix StatePickler incompatibilities with Python >= 3.11. (#328)
* Drop Python 3.6 support for source builds. (#330)
* Fix StatePickler for Python 3.11. (#328)
* Add encoding as an attribute for LogFileHandler initialization. (#324)

Build
-----
* Drop Python 3.6 and macOS from EDM test matrix. (#330, #332)
* Update Github workflows. (#326)


Version 5.2.0
Expand Down

0 comments on commit 094d890

Please sign in to comment.