Added changelog entry for freeze_includes()
--HG-- branch : cx_freeze-support
This commit is contained in:
parent
03b694a1d0
commit
fc95877622
|
@ -1,6 +1,10 @@
|
|||
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.
|
||||
|
||||
- Fix example in monkeypatch documentation, thanks t-8ch.
|
||||
|
|
Loading…
Reference in New Issue