From f51c34ef319e87436173afdb5d421828dcede4b4 Mon Sep 17 00:00:00 2001 From: MengJueM Date: Wed, 20 Apr 2016 22:32:35 +0800 Subject: [PATCH] Add changelog --- CHANGELOG.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2b6780ad8a8..f6025bfe88a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,7 +5,8 @@ * -* +* Fix win32 path issue when puttinging custom config file with absolute path + in ``pytest.main("-c your_absolute_path")``. * Fix maximum recursion depth detection when raised error class is not aware of unicode/encoded bytes.