summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-12-17 19:03:14 +0000
committerLars Wirzenius <liw@liw.fi>2011-12-17 19:03:14 +0000
commit133df925be52fdea865c4881fc0904c79851a5b3 (patch)
tree7542fa697b0fa952b265bd5121e10f7d8e127214 /NEWS
parentcc7e93b43f17359974fcafe2e055096fb91a2ce6 (diff)
downloadlarch-133df925be52fdea865c4881fc0904c79851a5b3.tar.gz
note new feature in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 914aef9..0e26459 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,16 @@ 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.26, released UNRELEASED
+---------------------------------
+
+* `open_forest` now works even if the requested node size is different
+ from the node size used with an existing tree. The requested size is
+ just ignored, rather than causing an error. This is useful for, say,
+ Obnam, when the user decides to change the node size setting, or
+ when Obnam's default node size for a tree grows. This way, things
+ work.
+
Version 0.25, released 2011-10-02
---------------------------------