summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPiotr Szarmanski2023-08-04 22:58:29 +0200
committerPiotr Szarmanski2023-08-04 22:58:29 +0200
commitb2e9e6236dae1b27de09748b7da9448cf3f55ca7 (patch)
treed7ddda8e042eb09b303247081ea55df55dbb02ef /NEWS
parent1aa5acda7cbbfa00a6b4cde56c6963fa684f391b (diff)
{En,de}coder refactoring
Removes the pointless reference-pair object in favor of passing reference-key pairs as a 64-byte octet-vector. Also removes :hash-output.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d8178c5..e64efb6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
;; -*- mode: org -*-
+* 0.3
+*Backwards incompatible*:
++ New sqlite3, http backends in extra/
++ Small fixes
++ Removed the :hash-output, as it is rather niche (outputting identical blocks
+ practically does not happen outside of testing) and in the cases where it
+ might be useful, it's simpler to do within the output-function.
* 0.2
*Backwards incompatible*:
+ The eris-encode function now takes an OUTPUT-FUNCTION