summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ec217b1..02d4494 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,10 @@ Version UNRELEASED
deleting references to them.
* Node numbers are now reported in hexadecimal, to make it easier to find
on disk. Patch by Damien Couroussé.
+* The `speed-test` script now works again. The initialiser API for
+ `NodeStore` and `NodeStoreMemory` now have a new first argument,
+ `allow_writes`, to make them compatible with the `NodeStoreDisk`
+ initialiser. Patch by Antoine Brenner.
Version 1.20121216
------------------