Fix CHANGELOG for 1.14 release

This commit is contained in:
Bruno Oliveira
2016-01-30 11:27:36 -02:00
parent 53999d8433
commit eee72557f7

View File

@@ -1,13 +1,10 @@
1.14.0.dev
----------
1.14
----
- new hook: ``pytest_xdist_node_collection_finished(node, ids)``, called when
a worker has finished collection. Thanks Omer Katz for the request and
Bruno Oliveira for the PR.
1.13.2.dev
----------
- fix README display on pypi
- fix #22: xdist now works if the internal tmpdir plugin is disabled.