diff --git a/CHANGELOG b/CHANGELOG index cec8cd3f..500c582a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,15 @@ Freezegun Changelog =================== +1.4.0 +----- + * `asyncio`-support from 1.3.x introduced quite a few bugs, so that functionality is now hidden behind a flag: + `with freeze_time('1970-01-02', real_asyncio=True):` + +1.3.1 +----- + * Fixed the release number in the build + 1.3.0 -----