File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
35
v3.8.0 (2020-01-14)
5
36
--------------------
6
37
You can’t perform that action at this time.
0 commit comments