Skip to content

Commit

Permalink
Admin: Release 1.5.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers committed Apr 23, 2024
1 parent 45d9293 commit 3b33260
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
@@ -1,6 +1,15 @@
Freezegun Changelog
===================

1.5.0
----
* The default ignore list now contains the `queue`-package
* Added a missing `move_to`-function when calling `freeze_time(tick=True)`
* Fixes a rounding error in `time.time_ns()`
* Fixed a bug where the default ignore list could not be empty (`configure(default_ignore_list=[])`)
* All `tick()` methods now return the new datetime (instead of None)
* Type improvements

1.4.0
-----
* `asyncio`-support from 1.3.x introduced quite a few bugs, so that functionality is now hidden behind a flag:
Expand Down
2 changes: 1 addition & 1 deletion freezegun/__init__.py
Expand Up @@ -9,7 +9,7 @@
from .config import configure

__title__ = 'freezegun'
__version__ = '1.4.0'
__version__ = '1.5.0'
__author__ = 'Steve Pulec'
__license__ = 'Apache License 2.0'
__copyright__ = 'Copyright 2012 Steve Pulec'
Expand Down

0 comments on commit 3b33260

Please sign in to comment.