From 7060bf34b9f10c7bc989024073a8ab6bdefc8772 Mon Sep 17 00:00:00 2001 From: Ruben Vorderman Date: Wed, 27 Mar 2024 17:06:11 +0100 Subject: [PATCH] Add a changelog entry for the stdin bugfix --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 3e43dc7..eb117ac 100644 --- a/README.rst +++ b/README.rst @@ -184,6 +184,13 @@ To ensure that you get the correct ``zstandard`` version, you can specify the `` Changelog --------- +in-development +~~~~~~~~~~~~~~~~~~~ ++ #158: Fixed a bug where reading from stdin and other pipes would discard the + first bytes from the input. ++ #156: Zstd files compressed with the ``--long=31`` files can now be opened + without throwing errors. + v2.0.0 (2024-03-26) ~~~~~~~~~~~~~~~~~~~