Skip to content

Commit ee7858a

Browse files
committed
Release 3.9.0
1 parent 162263f commit ee7858a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

docs/changelog.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
Changelog
22
=========
33

4+
v3.9.0 (2020-03-31)
5+
-------------------
6+
7+
Improvements
8+
^^^^^^^^^^^^
9+
10+
* Improve test ordering with Django test classes (#830)
11+
12+
* Remove import of pkg_resources for parsing pytest version (performance) (#826)
13+
14+
Bugfixes
15+
^^^^^^^^
16+
17+
* Work around unittest issue with pytest 5.4.{0,1} (#825)
18+
19+
* Don't break --failed-first when re-ordering tests (#819, #820)
20+
21+
* pytest_addoption: use `group.addoption` (#833)
22+
23+
Misc
24+
^^^^
25+
26+
* Remove Django version from --nomigrations heading (#822)
27+
28+
* docs: changelog: prefix headers with v for permalink anchors
29+
30+
* changelog: add custom/fixed anchor for last version
31+
32+
* setup.py: add Changelog to project_urls
33+
34+
435
v3.8.0 (2020-01-14)
536
--------------------
637

0 commit comments

Comments
 (0)