diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 7c3ff144..bc257050 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -21,3 +21,4 @@ Dependency Injector Contributors + Thiago Hiromi (thiromi) + Felipe Rubio (krouw) + Anton Petrov (anton-petrov) ++ ZipFile (ZipFile) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 37cbd7fb..dae1e8b7 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,6 +7,11 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ +Develop +-------- +- Migrate to Cython 3 (version 3.0.11). Many thanks to `ZipFile `_ for + this contribution `#813 `_. + 4.42.0 -------- - Promote release ``4.42.0b1`` to a production release.