Added changelog entry for freeze_includes()

--HG--
branch : cx_freeze-support
This commit is contained in:
Bruno Oliveira 2014-08-23 10:10:32 -03:00
parent 03b694a1d0
commit fc95877622
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
NEXT NEXT
----------- -----------
- Added function pytest.freeze_includes(), which makes it easy to embed
pytest into executables using tools like cx_freeze.
See docs for examples and rationale. Thanks Bruno Oliveira.
- fixed issue561: adapt autouse fixture example for python3. - fixed issue561: adapt autouse fixture example for python3.
- Fix example in monkeypatch documentation, thanks t-8ch. - Fix example in monkeypatch documentation, thanks t-8ch.