Skip to content

Commit 82335cf

Browse files
authored
Merge pull request #41 from nexB/extract-tar-return-error-messages
Update CHANGELOG.rst
2 parents 318dbeb + 2fc63ba commit 82335cf

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
11
Changelog
22
=========
33

4-
v31.0.0
4+
v31.1.0
5+
--------
6+
7+
This is a minor release with minor updates.
8+
9+
- ``utils.extract_tar`` now returns a list of error messages that occured during
10+
extraction.
11+
- Add tests for ``utils.extract_tar``
12+
13+
14+
v31.0.0
515
--------
616

717
This is a major release with bug fixes and API changes.
818

919
- Remove dependency on extractcode as images only need basic tar to extract.
1020
- "utils.extract_tar" function now accepts a skip_symlink argument
11-
- Adopt the latest skeleton.
21+
- Adopt the latest skeleton.
1222
- Add new os-release tests
1323

1424

15-
v30.0.0
25+
v30.0.0
1626
--------
1727

1828
This is a minor release with bug fixes and minor updates.
@@ -32,7 +42,7 @@ This is a minor release with bug fixes.
3242
v21.6.4
3343
--------
3444

35-
This is a minor release with bug fixes and minor API changes.
45+
This is a minor release with bug fixes and minor API changes.
3646

3747
API changes
3848
~~~~~~~~~~~
@@ -45,7 +55,7 @@ will raise an Exception if the found Distro.os does not match the base Distro.os
4555
v21.5.25
4656
--------
4757

48-
This is a major release.
58+
This is a major release.
4959

5060
API changes
5161
~~~~~~~~~~~

0 commit comments

Comments
 (0)