Added a changelog entry for the WindowsConsoleIO workaround

This commit is contained in:
Segev Finer 2017-06-02 12:38:31 +03:00
parent 59b3693988
commit 01ed6dfc3b
1 changed files with 3 additions and 0 deletions

3
changelog/103.bugfix Normal file
View File

@ -0,0 +1,3 @@
Added a workaround for Python 3.6 WindowsConsoleIO breaking due to Pytests's
FDCapture. Other code using console handles might still be affected by the
very same issue and might require further workarounds/fixes, i.e. colorama.