File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ ## Version 5.5 (September 6, 2018)
2+
3+ - Recent versions have emphasized making a reasonable attempt to fix short,
4+ common mojibake sequences, such as ` û ` . In this version, we've expanded the
5+ heuristics to recognize these sequences in MacRoman as well as Windows-125x
6+ encodings.
7+
8+ - A related rule for fixing isolated Windows-1252/UTF-8 mixups, even when they
9+ were inconsistent with the rest of the string, claimed to work on Latin-1/UTF-8
10+ mixups as well, but in practice it didn't. We've made the rule more robust.
11+
12+ - Fixed a failure when testing the CLI on Windows.
13+
14+ - Removed the ` pytest-runner ` invocation from setup.py, as it created complex
15+ dependencies that would stop setup.py from working in some environments.
16+ The ` pytest ` command still works fine. ` pytest-runner ` is just too clever.
17+
18+
119## Version 5.4.1 (June 14, 2018)
220
321- Fixed a bug in the ` setup.py ` metadata.
1937
2038- Provides better metadata for the new PyPI.
2139
40+ - Switched from nosetests to pytest.
41+
2242
2343## Version 5.3 (January 25, 2018)
2444
You can’t perform that action at this time.
0 commit comments