Skip to content

Commit bfe302f

Browse files
committed
Add a changelog entry for the gzip level consistency changes
1 parent 45bd313 commit bfe302f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@ Changelog
187187
in-development
188188
~~~~~~~~~~~~~~~~~~~
189189

190+
* #154: Support for gzip levels has been made more consistent. Levels 0-9
191+
are supported. Level 11 which was only available when the ``pigz`` backend was
192+
present is not supported anymore. Level 0, gzip format without compression,
193+
lead to crashes when the ``gzip`` application backend was used as this does
194+
not have a ``-0`` flag. ``xopen()`` now defers to other backends in that case.
190195
* #152: ``xopen()`` now accepts `file-like objects
191196
<https://docs.python.org/3/glossary.html#term-file-object>`_ for its filename
192197
argument.

0 commit comments

Comments
 (0)