Skip to content

Commit d0c8f32

Browse files
committed
Update changelog
1 parent 3b76a0d commit d0c8f32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/main/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ follows `Semantic versioning`_
1010
Development version
1111
-------------------
1212
- Add support of Python 3.11.
13+
- Allow Closing to detect dependent resources `#633 <https://github.com/ets-labs/python-dependency-injector/issues/633>`_,
14+
`#636 <https://github.com/ets-labs/python-dependency-injector/pull/636>`_. Thanks `Jamie Stumme @StummeJ <https://github.com/StummeJ>`_
15+
for the contribution.
1316
- Update CI/CD to use Ubuntu 22.04.
1417
- Update CI/CD to ``actions/checkout@v3``, ``actions/setup-python@v4``, ``actions/upload-artifact@v3``, ``pypa/cibuildwheel@v2.11.3``,
1518
and ``actions/download-artifact@v3``.
1619
- Fix install crash on non-utf8 systems `#644 <https://github.com/ets-labs/python-dependency-injector/pull/644>`_.
20+
- Fix a bug in Windows build with default charset `#635 <https://github.com/ets-labs/python-dependency-injector/pull/635>`_.
1721
- Update FastAPI Redis example to use ``aioredis`` version 2 `#613 <https://github.com/ets-labs/python-dependency-injector/pull/613>`_.
1822
- Update documentation on creating custom providers `#598 <https://github.com/ets-labs/python-dependency-injector/pull/598>`_.
1923
- Regenerate C sources using Cython 0.29.32.

0 commit comments

Comments
 (0)