Update changelog

This commit is contained in:
Roman Mogylatov 2019-03-21 22:10:53 -04:00
parent 72d5741ece
commit 87011a7280

View File

@ -7,6 +7,13 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_ follows `Semantic versioning`_
Development version
-------------------
- Fix issue causing ``ThreadLocalSingleton`` provider to return ``None`` after
reset (thanks to `Jeroen Rietveld <https://github.com/jeroenrietveld>`_).
- Add test for ``ThreadLocalSingleton`` provider reset functionality (thanks
to `Jeroen Rietveld <https://github.com/jeroenrietveld>`_).
3.14.4 3.14.4
------ ------
- Fix typo in providers doc (thanks to `Vlad Ghita <https://github.com/vlad-ghita>`_). - Fix typo in providers doc (thanks to `Vlad Ghita <https://github.com/vlad-ghita>`_).