summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-04-13 20:45:32 +0100
committerLars Wirzenius <liw@liw.fi>2012-04-13 20:45:32 +0100
commit36a8930f76086bbf625ee8b0ea6fe7df8a837c17 (patch)
tree0c0296a6d370bea6081643597d23b5e4aaac7b82 /NEWS
parente9be0d32e3cf6de90b71a5655c1ce28b0f0f5d17 (diff)
downloadlarch-36a8930f76086bbf625ee8b0ea6fe7df8a837c17.tar.gz
Use larch.FormatProblem instead of Exception for on-disk format problems
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a2364fb..ce6ccce 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.29, released UNRELEASED
+---------------------------------
+
+* Larch now uses the `larch.FormatProblemĀ“ exception when an on-disk
+ node store is missing a format version, or has the wrong version.
+ This helps Obnam print a better error message.
+
Version 0.28, released 2012-03-25
---------------------------------