Changelog
### 1.1.0
```
-----
* Add support for `time.monotonic` (and `…_ns`)
* Allow to configure default ignore list, and also to just extend the default
* Fixed when accessing from thread after stop()
```
### 1.0.0
```
------
* Dropped Py2 support
* Added as_kwarg argument in order to have the frozen time object passed with the name provided in as_kwarg argument
```
### 0.3.15
```
------
* Fix locale timestamp bug. CC 328
```
### 0.3.14
```
------
* Fix calendar.timegm behavior
```
### 0.3.13
```
------
* Fix for Py3.8
* Reset time.time_ns on stop
```
Links
- PyPI: https://pypi.org/project/freezegun
- Changelog: https://pyup.io/changelogs/freezegun/
- Repo: https://github.com/spulec/freezegun
This PR updates freezegun from 0.3.12 to 1.1.0.
Changelog
### 1.1.0 ``` ----- * Add support for `time.monotonic` (and `…_ns`) * Allow to configure default ignore list, and also to just extend the default * Fixed when accessing from thread after stop() ``` ### 1.0.0 ``` ------ * Dropped Py2 support * Added as_kwarg argument in order to have the frozen time object passed with the name provided in as_kwarg argument ``` ### 0.3.15 ``` ------ * Fix locale timestamp bug. CC 328 ``` ### 0.3.14 ``` ------ * Fix calendar.timegm behavior ``` ### 0.3.13 ``` ------ * Fix for Py3.8 * Reset time.time_ns on stop ```Links
- PyPI: https://pypi.org/project/freezegun - Changelog: https://pyup.io/changelogs/freezegun/ - Repo: https://github.com/spulec/freezegun