re-add 2.8.x changelog so that MASTER can be merged into features wrt
to the changelog
This commit is contained in:
parent
97f7815feb
commit
8a4517fd17
13
CHANGELOG
13
CHANGELOG
|
@ -1,6 +1,19 @@
|
||||||
2.9.0.dev
|
2.9.0.dev
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
2.8.x
|
||||||
|
-----
|
||||||
|
|
||||||
|
- (experimental) adapt more SEMVER style versioning and change meaning of
|
||||||
|
master branch in git repo: "master" branch now keeps the bugfixes, changes
|
||||||
|
aimed for micro releases. "features" branch will only be be released
|
||||||
|
with minor or major pytest releases.
|
||||||
|
|
||||||
|
- Fix issue #766 by removing documentation references to distutils.
|
||||||
|
Thanks Russel Winder.
|
||||||
|
|
||||||
|
- Fix issue #411: Add __eq__ method to assertion comparison example.
|
||||||
|
Thanks Ben Webb.
|
||||||
|
|
||||||
2.8.0
|
2.8.0
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
Loading…
Reference in New Issue