From d0c8f328b31f1479005c40867e2a350afd9918f5 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 18 Dec 2022 21:52:32 -0500 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index c940687a..28a8f257 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -10,10 +10,14 @@ follows `Semantic versioning`_ Development version ------------------- - Add support of Python 3.11. +- Allow Closing to detect dependent resources `#633 `_, + `#636 `_. Thanks `Jamie Stumme @StummeJ `_ + for the contribution. - Update CI/CD to use Ubuntu 22.04. - Update CI/CD to ``actions/checkout@v3``, ``actions/setup-python@v4``, ``actions/upload-artifact@v3``, ``pypa/cibuildwheel@v2.11.3``, and ``actions/download-artifact@v3``. - Fix install crash on non-utf8 systems `#644 `_. +- Fix a bug in Windows build with default charset `#635 `_. - Update FastAPI Redis example to use ``aioredis`` version 2 `#613 `_. - Update documentation on creating custom providers `#598 `_. - Regenerate C sources using Cython 0.29.32.