summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPiotr Szarmanski2023-08-25 19:09:50 +0200
committerPiotr Szarmanski2023-08-25 19:09:50 +0200
commitfed34b8df2b19ba996ef810f44d5666437c90fb7 (patch)
tree6d5aac31bbfb7eab265490c8e37856382ebdd2ba /NEWS
parentda0e1aa69defa7cbc87209966c751918f523f1fb (diff)
Add the parallel encoder.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e64efb6..dacb30a 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@
+ 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.
++ Added a parallel encoder, accessible through ~p/eris-encode~ as well as
+ ~p/{fetch,store}-data~.
++ ~lparallel~ added as a dependency rather than ~bordeaux-threads~.
* 0.2
*Backwards incompatible*:
+ The eris-encode function now takes an OUTPUT-FUNCTION