Skip to content

Commit

Permalink
Fix changelog rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
cjwatson committed Jul 2, 2024
1 parent e1bf52c commit f8c544f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,35 @@ Changelog
---------

* **0.2.5 (18.06.2024)**

* Don't test semicolon separators in urlencoded data (#33)
* Add python-requires directive, indicating Python 3.5 or later is required and preventing older Pythons from attempting to download this version (#32)
* Add official support for Python 3.10-3.12 (#38, #48)
* Default value of ``copy_file`` should be ``2 ** 16``, not ``2 * 16`` (#41)
* Update URL for Bottle (#42)

* **0.2.4 (27.01.2021)**

* Consistently decode non-utf8 URL-encoded form-data

* **0.2.3 (20.11.2020)**

* Import MutableMapping from collections.abc (#23)
* Fix a few more ResourceWarnings in the test suite (#24)
* Allow stream to contain data before first boundary (#25)

* **0.2.2 (04.09.2020)**

* Fix #21 ResourceWarnings on Python 3

* **0.2.1 (13.06.2020)**

* Fix #20 empty payload

* **0.2 (19.03.2019)**

* Dropped support for Python versions below 3.6. Stay on 0.1 if you need Python 2.5+ support.

* **0.1 (21.06.2010)**

* First release

0 comments on commit f8c544f

Please sign in to comment.