summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-02-18 22:14:37 +0000
committerLars Wirzenius <liw@liw.fi>2011-02-18 22:14:37 +0000
commit213805591c9a725b2a5c47ded4af69d053299b11 (patch)
tree41d56893a79ad38fe46406f8136b2f72cb58f1c3 /NEWS
parent014bf724818336c19de2a32e07bc9206fca8f333 (diff)
downloadlarch-213805591c9a725b2a5c47ded4af69d053299b11.tar.gz
Release version 0.18.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c8d2450..eed5781 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,12 @@ These are the release notes for btree, a Python implementation of a
copy-on-write B-tree, designed by Odah Rodeh.
-Version 0.16.2, released 2011-01-07
+Version 0.18, released 2011-02-18
+---------------------------------
+
+* Fix memory leak.
+
+Version 0.17, released 2011-02-13
---------------------------------
* Use the python-tracing library to add logging of node creation and