aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 29841f1e..3115e9ee 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,12 @@
CHANGES
=======
+0.1.2
+=====
+Corrected problem with Tree.__div__ not working with zero length files.
+Removed __len__ override and replaced with size instead. Also made size cache
+properly.
+
0.1.1
=====
Fixed up some urls because I'm a moron