From fc95877622e11524e8898f7a4954d6c38280ac0d Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 23 Aug 2014 10:10:32 -0300 Subject: [PATCH] Added changelog entry for freeze_includes() --HG-- branch : cx_freeze-support --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 8fe13a643..04ba58e8c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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.