Skip to content

Commit

Permalink
Release 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Mar 31, 2020
1 parent 162263f commit ee7858a
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
Changelog
=========

v3.9.0 (2020-03-31)
-------------------

Improvements
^^^^^^^^^^^^

* Improve test ordering with Django test classes (#830)

* Remove import of pkg_resources for parsing pytest version (performance) (#826)

Bugfixes
^^^^^^^^

* Work around unittest issue with pytest 5.4.{0,1} (#825)

* Don't break --failed-first when re-ordering tests (#819, #820)

* pytest_addoption: use `group.addoption` (#833)

Misc
^^^^

* Remove Django version from --nomigrations heading (#822)

* docs: changelog: prefix headers with v for permalink anchors

* changelog: add custom/fixed anchor for last version

* setup.py: add Changelog to project_urls


v3.8.0 (2020-01-14)
--------------------

Expand Down

0 comments on commit ee7858a

Please # to comment.