Skip to content

Commit 1e284d3

Browse files
committed
Move 1.30.0 changelog to the top (by mistake?)
1 parent 038a59e commit 1e284d3

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

CHANGELOG.rst

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
..
2+
You should *NOT* be adding new change log entries to this file, this
3+
file is managed by towncrier. You *may* edit previous change logs to
4+
fix problems like typo corrections or such.
5+
To add a new change log entry, please see
6+
https://pip.pypa.io/en/latest/development/#adding-a-news-entry
7+
We named the news folder ``changelog``
8+
9+
.. towncrier release notes start
10+
11+
pytest-xdist 1.30.0 (2019-10-01)
12+
================================
13+
14+
Features
15+
--------
16+
17+
- `#448 <https://github.com/pytest-dev/pytest-xdist/issues/448>`_: Initialization between workers and master nodes is now more consistent, which fixes a number of
18+
long-standing issues related to startup with the ``-c`` option.
19+
20+
Issues:
21+
22+
* `#6 <https://github.com/pytest-dev/pytest-xdist/issues/6>`__: Poor interaction between ``-n#`` and ``-c X.cfg``
23+
* `#445 <https://github.com/pytest-dev/pytest-xdist/issues/445>`__: pytest-xdist is not reporting the same nodeid as pytest does
24+
25+
This however only works with **pytest 5.1 or later**, as it required changes in pytest itself.
26+
27+
28+
Bug Fixes
29+
---------
30+
31+
- `#467 <https://github.com/pytest-dev/pytest-xdist/issues/467>`_: Fix crash issues related to running xdist with the terminal plugin disabled.
32+
33+
134
pytest-xdist 1.29.0 (2019-06-14)
235
================================
336

@@ -401,39 +434,6 @@ Improved Documentation
401434
- Added ``HOWTORELEASE`` documentation. (#155)
402435

403436

404-
..
405-
You should *NOT* be adding new change log entries to this file, this
406-
file is managed by towncrier. You *may* edit previous change logs to
407-
fix problems like typo corrections or such.
408-
To add a new change log entry, please see
409-
https://pip.pypa.io/en/latest/development/#adding-a-news-entry
410-
We named the news folder ``changelog``
411-
412-
.. towncrier release notes start
413-
414-
pytest-xdist 1.30.0 (2019-10-01)
415-
================================
416-
417-
Features
418-
--------
419-
420-
- `#448 <https://github.com/pytest-dev/pytest-xdist/issues/448>`_: Initialization between workers and master nodes is now more consistent, which fixes a number of
421-
long-standing issues related to startup with the ``-c`` option.
422-
423-
Issues:
424-
425-
* `#6 <https://github.com/pytest-dev/pytest-xdist/issues/6>`__: Poor interaction between ``-n#`` and ``-c X.cfg``
426-
* `#445 <https://github.com/pytest-dev/pytest-xdist/issues/445>`__: pytest-xdist is not reporting the same nodeid as pytest does
427-
428-
This however only works with **pytest 5.1 or later**, as it required changes in pytest itself.
429-
430-
431-
Bug Fixes
432-
---------
433-
434-
- `#467 <https://github.com/pytest-dev/pytest-xdist/issues/467>`_: Fix crash issues related to running xdist with the terminal plugin disabled.
435-
436-
437437
1.17.0
438438
------
439439

0 commit comments

Comments
 (0)