Document stream-based decompression in changelog

This commit is contained in:
dgelessus 2019-10-02 16:36:54 +02:00
parent 6d69d0097d
commit a71274d554
1 changed files with 4 additions and 1 deletions

View File

@ -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
^^^^^^^^^^^^^