diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 837761ce..678ae6e0 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,6 +7,13 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ +Development version +------------------- +- Fix issue causing ``ThreadLocalSingleton`` provider to return ``None`` after + reset (thanks to `Jeroen Rietveld `_). +- Add test for ``ThreadLocalSingleton`` provider reset functionality (thanks + to `Jeroen Rietveld `_). + 3.14.4 ------ - Fix typo in providers doc (thanks to `Vlad Ghita `_).