Skip to content

Commit 1a2ee97

Browse files
committed
run towncrier for 2.9 and add project info
1 parent 6163117 commit 1a2ee97

File tree

4 files changed

+36
-10
lines changed

4 files changed

+36
-10
lines changed

CHANGELOG.rst

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,50 @@
11
CHANGELOG
22
=========
33

4-
**Note** since version 2.8 releases are organized around Github projects.
5-
To see all closed issues and merged pull requests, visit the project on Github:
4+
The most important changes for each release are kept in this changelog.
65

7-
2.9.x: https://github.com/tox-dev/tox/projects/11
8-
2.8.x: https://github.com/tox-dev/tox/projects/6
6+
If you want to know more details: since version 2.8 releases are organized as Github projects.
7+
To see all closed issues and merged pull requests, contained in a release, visit the projects
8+
on Github:
9+
10+
- 2.9.x: https://github.com/tox-dev/tox/projects/11
11+
- 2.8.x: https://github.com/tox-dev/tox/projects/6
912

1013
..
1114
Everything below here is generated by towncrier. Do not edit directly.
1215
See https://pypi.python.org/pypi/towncrier for more information.
1316
1417
.. towncrier release notes start
1518
19+
Tox 2.9.0 (2017-09-14)
20+
======================
21+
22+
Features
23+
--------
24+
25+
- ``tox --version`` now shows information about all registered plugins - by
26+
:user:`obestwalter` (`#544 <https://github.com/tox-dev/tox/issues/544>`_)
27+
28+
29+
Bugfixes
30+
--------
31+
32+
- ``skip_install`` overrides ``usedevelop`` (``usedevelop`` is an option to
33+
choose the installation type if the package is installed and `skip_install`
34+
determines if it should be installed at all) - by :user:`ferdonline` (`#571
35+
<https://github.com/tox-dev/tox/issues/571>`_)
36+
37+
38+
Improved Documentation
39+
----------------------
40+
41+
- add `towncrier <https://github.com/hawkowl/towncrier>`_ to allow adding
42+
changelog entries with the pull requests without generating merge conflicts;
43+
with this release notes are now grouped into four distinct collections:
44+
`Features`, `Bugfixes`, `Improved Documentation` and `Deprecations and
45+
Removals`. (`#614 <https://github.com/tox-dev/tox/issues/614>`_)
46+
47+
1648
2.8.1 (2017-09-04)
1749
==================
1850

newsfragments/544.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/571.bugfix

Lines changed: 0 additions & 2 deletions
This file was deleted.

newsfragments/614.doc

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)