Skip to content

Commit ce0fc94

Browse files
committed
Update changelog
1 parent cc5910a commit ce0fc94

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,16 @@ Changelog
1010
version 0.11.0-dev
1111
------------------
1212
In this release the ``python -m isal.igzip`` relatively slow decompression rate
13-
has been improved. Previously it was 19% slower than ``igzip`` when used with
14-
the ``-d`` flag for decompressing, now it is just 8% slower.
15-
13+
has been improved in both speed and usability. Previously it was 19% slower
14+
than ``igzip`` when used with the ``-d`` flag for decompressing, now it is
15+
just 8% slower. Also some extra flags were added to make it easier to select
16+
the output file.
17+
18+
+ Prompt when an output file is overwritten with the ``python -m isal.igzip``
19+
command line utility and provide the ``-f`` or ``--force`` flags to force
20+
overwriting.
21+
+ Added ``-o`` and ``--output`` flags to the ``python -m isal.igzip`` command
22+
line utility to allow the user to select the destination of the output file.
1623
+ Reverse a bug in the build system which caused some docstring and parameter
1724
information on ``igzip_lib`` and ``isal_zlib`` to disappear in the
1825
documentation and the REPL.

0 commit comments

Comments
 (0)