summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-05-05 12:28:26 +0100
committerLars Wirzenius <liw@liw.fi>2012-05-05 12:28:26 +0100
commit045fafc02508d1c7ff1c7a8f37f254ccf024f149 (patch)
tree6f06dc1767c100cc0fc63ff2a6dbbd5a8f330107 /NEWS
parente179c9bef79e1dea2cbe29f8f9ec3ff441f68e7d (diff)
downloadlarch-045fafc02508d1c7ff1c7a8f37f254ccf024f149.tar.gz
Raise exceptions if key or node size is missing from metadata
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6594276..7321614 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ Version 0.31, released UNRELEASED
* Optimize journal use to have fewer round-trips. This matters when the
journal is stored on a high-latency storage, such as an SFTP server.
+* Now handles better missing key or node sizes in the metadata.
Version 0.30, released 2012-04-29
---------------------------------