aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-12-23 14:50:36 -0800
committerHaibo Huang <hhb@google.com>2020-01-07 21:16:19 +0000
commiteab8cbc70cc7907afb0105d11ebf812aa99c11d0 (patch)
tree6072009c262a4bd31720d0c97d20d3a5dbffbb0c /HISTORY.rst
parentb7137cc2f5b626d8d644ccd8866c4dab837bbd99 (diff)
parentd894d25e6b1987db346b79bc60e54210015c2f5d (diff)
downloaduritemplates-eab8cbc70cc7907afb0105d11ebf812aa99c11d0.tar.gz
Upgrade python/uritemplates to 3.0.1android-r-preview-1
Exempt-From-Owner-Approval: upgrade library Test: None Change-Id: Icebc9e760bf3532e893e6eb73953cc0dcc1b7a69
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