commit | a053b35a6c6603aac7f7e439bec7cb131694b0c6 | [log] [tgz] |
---|---|---|
author | mrbean-bremen <[email protected]> | Mon Jul 10 19:33:16 2023 +0200 |
committer | mrbean-bremen <[email protected]> | Mon Jul 10 19:33:16 2023 +0200 |
tree | 2d610ac05f12e90a4ad3aabf49d2eecb332b10ea | |
parent | e42fc6c4dac70a85de3b52d7a61bd9522a094328 [diff] |
Release 5.2.3 - adds compatibility with PyPy 3.10 and Python 3.12
diff --git a/CHANGES.md b/CHANGES.md index 15739ac..00fc42a 100644 --- a/CHANGES.md +++ b/CHANGES.md
@@ -3,6 +3,10 @@ ## Unreleased + +## [Version 5.2.3](https://pypi.python.org/pypi/pyfakefs/5.2.3) (2023-07-10) +Adds compatibility with PyPy 3.10 and Python 3.12. + ### Fixes * Re-create temp directory if it had been created before on resetting file system (see [#814](../../issues/814)).