From a71274d554696e25426d20323ec69da37e1cbae1 Mon Sep 17 00:00:00 2001 From: dgelessus Date: Wed, 2 Oct 2019 16:36:54 +0200 Subject: [PATCH] Document stream-based decompression in changelog --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 34906b3..c006aac 100644 --- a/README.rst +++ b/README.rst @@ -177,7 +177,10 @@ Changelog Version 1.4.1 (next version) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -* (no changes yet) +* Added stream-based decompression methods to the ``rsrcfork.compress`` module. + + * The internal decompressor implementations have been refactored to use streams. + * This allows for incremental decompression of compressed resource data. In practice this has no noticeable effect yet, because the main ``rsrcfork`` API doesn't support incremental reading of resource data. Version 1.4.0 ^^^^^^^^^^^^^