summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-04-21 13:59:33 +0100
committerLars Wirzenius <liw@liw.fi>2012-04-21 13:59:33 +0100
commit0a8f3a8367c9fe42f7e25e50fdf4b400454fe48a (patch)
tree839da6e06bc356944665c9d37a4aaaeac9dc0ffc /NEWS
parent86ac9b738e676bd1838555317253db5733b9f64e (diff)
downloadlarch-0a8f3a8367c9fe42f7e25e50fdf4b400454fe48a.tar.gz
Update NEWS about API feature
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f9a80c0..ae871f6 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,13 @@ NEWS for larch
These are the release notes for larch, a Python implementation of a
copy-on-write B-tree, designed by Odah Rodeh.
+Version 0.30, released UNRELEASED
+---------------------------------
+
+* `NodeStoreDisk` is now explicitly in read-only or read-write mode.
+ In read-only mode it does not replay or rollback to the journal, or
+ care about any changes made there.
+
Version 0.29, released 2012-04-15
---------------------------------