diff options
author | Piotr Szarmanski | 2023-08-25 19:46:37 +0200 |
---|---|---|
committer | Piotr Szarmanski | 2023-08-25 19:46:37 +0200 |
commit | 11952e9ac20aa30417d214d20d7891eb1dea8135 (patch) | |
tree | 27ded2ea9b14bc51223bb1874d698c789580f97c /NEWS | |
parent | 2d7036f910bc58c5d791dba560e50ff18adfa70f (diff) |
Remove parallel decoder.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ + 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~. ++ Removed the parallel decoder, as it was broken from the start. * 0.2 *Backwards incompatible*: + The eris-encode function now takes an OUTPUT-FUNCTION |