Skip to content

Commit

Permalink
Updated CHANGELOG for 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Sep 20, 2019
1 parent 0f9eca8 commit 5b7dbf7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 27 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
# current developments
2019-09-20 1.6.0:
------------------

Enhancements:
-------------

* add a "prefix" keyword argument to the api.extract function. When combined with dest_dir, the prefix is the base directory, and the dest_dir is the folder name. dest_dir alone as an abspath is both the base directory and the folder name.

Bug fixes:
----------

* provide a non-ProcessPoolExecutor path when number of processes is 1
* open files to be added to archives in binary mode. On Windows, the implicit default was text mode, which was corrupting newline data and putting in null characters.
* extraction prefix defaults to the folder containing the specified archive. This is a behavior change from 1.3.x, which extracted into the CWD by default.

Contributors:
-------------

* @msarahan
* @jjhelmus


2019-08-31 1.5.0:
------------------

Expand Down
27 changes: 0 additions & 27 deletions news/abspath

This file was deleted.

0 comments on commit 5b7dbf7

Please sign in to comment.