aboutsummaryrefslogtreecommitdiffstats
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-01-07 22:39:11 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-01-07 22:39:11 +0000
commite9b8a40534df1b0de66ee1d6581ce657a6f9eee9 (patch)
tree6072009c262a4bd31720d0c97d20d3a5dbffbb0c /HISTORY.rst
parent7d28f9bfe052309499d1ce27aa16975697bb5904 (diff)
parent8bbe7cd57d5ac0d5d64cfd25c729dc190a407ee9 (diff)
downloadplatform_external_python_uritemplates-android11-mainline-release.tar.gz
platform_external_python_uritemplates-android11-mainline-release.tar.bz2
platform_external_python_uritemplates-android11-mainline-release.zip
Upgrade python/uritemplates to 3.0.1 am: eab8cbc70c am: 5492dc4462 am: 8bbe7cd57dandroid-mainline-11.0.0_r1android11-mainline-releaseandroid11-dev
Change-Id: I96fe751f9f4633adfdf4610a60536a5f2105ab92
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst15
1 files changed, 14 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index f04a309..3a84017 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,19 @@
Changelog - uritemplate
=======================
+3.0.1 - 2019-12-19
+------------------
+
+- Update to Python 3.6, 3.7, and 3.8
+- Drop support for Python 2.6, 3.2, and 3.3
+- Ignore ``None`` in list argument expansion
+- Handle a list with an empty string appropriately
+
+3.0.0 - 2016-08-29
+------------------
+
+- Match major version number of uritemplate.py
+
2.0.0 - 2016-08-29
------------------
@@ -42,7 +55,7 @@ Changelog - uritemplate.py
0.3.0 - 2013-10-22
------------------
-- Add ``#partial`` to partially expand templates and return new instances of
+- Add ``#partial`` to partially expand templates and return new instances of
``URITemplate``.
0.2.0 - 2013-07-26