summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2014-12-16 09:40:22 -0800
committerIan Lee <IanLee1521@gmail.com>2014-12-16 09:40:22 -0800
commitda9f37d3d9466e1cc35579748cb8adab57b5791c (patch)
treee4024c166e74752cd3337ece8f18e6c1db97189b
parent4f047a1f7cb49b18eed839c7b1b02d39a6eddb1d (diff)
downloadpep8-da9f37d3d9466e1cc35579748cb8adab57b5791c.tar.gz
Update changelog for issue #297
-rw-r--r--CHANGES.txt2
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)
------------------