|
1 | 1 | CHANGELOG
|
2 | 2 | =========
|
3 | 3 |
|
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. |
6 | 5 |
|
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 |
9 | 12 |
|
10 | 13 | ..
|
11 | 14 | Everything below here is generated by towncrier. Do not edit directly.
|
12 | 15 | See https://pypi.python.org/pypi/towncrier for more information.
|
13 | 16 |
|
14 | 17 | .. towncrier release notes start
|
15 | 18 |
|
| 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 | + |
16 | 48 | 2.8.1 (2017-09-04)
|
17 | 49 | ==================
|
18 | 50 |
|
|
0 commit comments