Skip to content

Commit

Permalink
Fix changelog: mark bugs as major (#545)
Browse files Browse the repository at this point in the history
* Fix changelog: mark bugs as major

* Wrap long line
  • Loading branch information
di committed Nov 19, 2019
1 parent 315c5a3 commit 3de13c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ Changelog
that functionality. Instead, use ``keyring --disable`` keyring functionality
if necessary.
* :feature:`518` Add Python 3.8 to classifiers.
* :bug:`332` More robust handling of server response in ``--skip-existing``
* :bug:`332 major` More robust handling of server response in
``--skip-existing``
* :release:`2.0.0 <2019-09-24>`
* :feature:`437` Twine now requires Python 3.6 or later. Use pip
9 or pin to "twine<2" to install twine on older Python versions.
* :bug:`491` Require requests 2.20 or later to avoid reported security
* :bug:`491 major` Require requests 2.20 or later to avoid reported security
vulnerabilities in earlier releases.
* :release:`1.15.0 <2019-09-17>`
* :feature:`488` Improved output on ``check`` command:
Expand All @@ -24,7 +25,7 @@ Changelog
messages flowing through to the next distribution's errors.
* :release:`1.14.0 <2019-09-06>`
* :feature:`456` Better error handling and gpg2 fallback if gpg not available.
* :bug:`341` Fail more gracefully when encountering bad metadata
* :bug:`341 major` Fail more gracefully when encountering bad metadata
* :feature:`459` Show Warehouse URL after uploading a package
* :feature:`310` Now provide a more meaningful error on redirect during upload.
* :release:`1.13.0 <2019-02-13>`
Expand Down

0 comments on commit 3de13c7

Please sign in to comment.