Skip to content

Commit a833364

Browse files
authored
Update changelog for 3.8.0 (#862)
* Add changelog entry * Update changelog for 3.8.0 * Update changelog.rst
1 parent cf9295f commit a833364

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

changelog/849.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/859.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/861.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,23 @@ schemes recommended by the Python Packaging Authority.
1212
1313
.. towncrier release notes start
1414
15+
Twine 3.8.0 (2022-01-27)
16+
------------------------
17+
18+
Features
19+
^^^^^^^^
20+
21+
- Add ``--verbose`` logging for querying keyring credentials. (`#849 <https://github.com/pypa/twine/issues/849>`_)
22+
- Log all upload responses with ``--verbose``. (`#859 <https://github.com/pypa/twine/issues/859>`_)
23+
- Show more helpful error message for invalid metadata. (`#861 <https://github.com/pypa/twine/issues/861>`_)
24+
25+
26+
Bugfixes
27+
^^^^^^^^
28+
29+
- Require a recent version of urllib3. (`#858 <https://github.com/pypa/twine/issues/858>`_)
30+
31+
1532
Twine 3.7.1 (2021-12-07)
1633
------------------------
1734

0 commit comments

Comments
 (0)