Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

34 lines (27 loc) · 1.84 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.4.2] - 2020-07-19

Fixed

  • Work with pre-release pytest versions, by chandlernine, with a different implementation proposed by Aly Sivji.
  • Marking a test with freeze_time should freeze time in fixtures, even if the freezer fixture is also used explicitly late in the fixture list. Thanks to Christian Grossmüller for pointing out the problem.

[0.4.1] - 2020-02-02

Added

Removed

  • Support for Python before 3.5 (including 2.7), implemented by Nicolas Delaby. Those versions are getting hard to test on CI.

[0.3.0.post1] - 2018-11-22

Changed

  • Build universal wheels, to support Python 2 and 3. Thanks to Oliver Bristow for pointing out I've forgot about Python 2.

[0.3.0] - 2018-11-15

Added

Removed

  • Support for freezegun 0.3.0 (it might still work, but is not tested anymore)
  • Support for Python 3.3 (it might still work, but is not tested anymore)