summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPiotr Szarmanski2023-08-25 19:44:07 +0200
committerPiotr Szarmanski2023-08-25 19:44:07 +0200
commit2d7036f910bc58c5d791dba560e50ff18adfa70f (patch)
tree1f2d648e6458bdf97c9b8dd15f70dc6509c0d9ba /NEWS
parentfed34b8df2b19ba996ef810f44d5666437c90fb7 (diff)
Remove function-cache, cached-lambda.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dacb30a..df7b31d 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@
+ 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.
++ Removed the :cache-capacity option to the decoder as well as the actual
+ caching, for the same reasons.
+ 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~.