summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-05-05 12:37:33 +0100
committerLars Wirzenius <liw@liw.fi>2012-05-05 12:37:33 +0100
commit8d79fbfc0b7f8447f60c04f6f65d5b07c9528267 (patch)
tree74199e360d8d3d41dc4993cfb1a8137db9d827f1 /NEWS
parent045fafc02508d1c7ff1c7a8f37f254ccf024f149 (diff)
downloadlarch-8d79fbfc0b7f8447f60c04f6f65d5b07c9528267.tar.gz
Make all exceptions be subclasses of new class larch.Error
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7321614..2122c0a 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,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.
+* All exceptions thrown by larch are now subclasses of `larch.Error`.
Version 0.30, released 2012-04-29
---------------------------------