From b27c2becfb77b73f68370f4034180bcf6f00d13a Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Thu, 24 Nov 2022 12:32:02 -0700 Subject: [PATCH] CHANGES: Update changelog for release 0.9.2 --- CHANGES.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 48d9756..60f02e6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,17 @@ CHANGES ======= +0.9.2 (2022-11-24) +------------------ + +* Python 3.11 compatibility. +* Documentation updates and clarifications. +* Unit test updates. + 0.9.1 (2022-04-20) ------------------ -* Fixed compatibility for Python 3.11. +* Fixed compatibility for Python 3.11 alpha. * The unit tests were moved out of the ``kajiki`` package: tests are now under the ``tests/`` directory. * Migrated from Travis CI to GitHub Actions.