summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-01-04 23:12:01 -0600
committerBenjamin Peterson <benjamin@python.org>2014-01-04 23:12:01 -0600
commit70b9d871fca4ee61c8807557645fc1e2e7d36973 (patch)
tree90d363ce033afc06ddd68a4d7002fc5b37b1823a /CHANGES
parentb1994d8f1647968b1898dc48c8adb788ddc0b8a6 (diff)
downloadsix-70b9d871fca4ee61c8807557645fc1e2e7d36973.tar.gz
pretend __file__ doesn't exist if the module hasn't been loaded yet (fixes #51)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0468e6f..d8e3a17 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,11 @@ Changelog for Six
This file lists the changes in each six version.
+1.5.1
+-----
+
+- Issue #51: Hack around the Django autoreloader after recent six.moves changes.
+
1.5.0
-----