Skip to content

Commit 4abcbdd

Browse files
committed
Reword changelog to be more user oriented
1 parent 36551e5 commit 4abcbdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ version 1.5.0-dev
1212
+ Make a special case for threads==1 in ``igzip_threaded.open`` for writing
1313
files. This now combines the writing and compression thread for less
1414
overhead.
15-
+ Write a specialized function for compressing blocks in a threaded fashion.
16-
This function maximizes time spent outside the GIL.
15+
+ Maximize time spent outside the GIL for ``igzip_threaded.open`` writing.
16+
This has decreased wallclock time significantly.
1717

1818
version 1.4.1
1919
-----------------

0 commit comments

Comments
 (0)