From cab75cb9c72df00627cd391d9c0d4321b7dae766 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 10 Nov 2024 00:05:25 -0500 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 19dd3dd8..294f88ed 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,6 +7,12 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ +Development +-------- +- Implement `PEP-517 `_, `PEP-518 `_, and + `PEP-621 `_. Many thanks to `ZipFile `_ for + this contribution `#829 `_ + 4.43.0 -------- - Add support for Python 3.13.