diff options
author | Ian Lee <IanLee1521@gmail.com> | 2014-12-16 09:40:22 -0800 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2014-12-16 09:40:22 -0800 |
commit | da9f37d3d9466e1cc35579748cb8adab57b5791c (patch) | |
tree | e4024c166e74752cd3337ece8f18e6c1db97189b /CHANGES.txt | |
parent | 4f047a1f7cb49b18eed839c7b1b02d39a6eddb1d (diff) | |
download | pep8-da9f37d3d9466e1cc35579748cb8adab57b5791c.tar.gz |
Update changelog for issue #297
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index f506dc9..79a3454 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -34,6 +34,8 @@ Bug fixes: * Don't crash if Checker.build_tokens_line() returns None. (Issue #306) +* Don't crash if os.path.expanduser() throws an ImportError. (Issue #297) + 1.5.7 (2014-05-29) ------------------ |