Skip to content

Commit af14c72

Browse files
author
Rob Speer
committed
Update the changelog
1 parent 948bad3 commit af14c72

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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.
@@ -19,6 +37,8 @@
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

0 commit comments

Comments
 (0)