aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stapleton Cordasco <graffatcolmingov@gmail.com>2019-12-13 13:44:46 -0600
committerGitHub <noreply@github.com>2019-12-13 13:44:46 -0600
commit03749d35331b4dfcceebca1fdc6c2d602165c33a (patch)
treef981481a85fbaa108275101219a1d5de22d5dcdc
parenta1351ed6bdbb4ed84f3272844ff7f18e02e0217a (diff)
parente2c103d1fc42e270ea3cef443bc9d8700548ecc4 (diff)
downloaduritemplates-03749d35331b4dfcceebca1fdc6c2d602165c33a.tar.gz
Merge pull request #46 from brettcannon/patch-2
Update history
-rw-r--r--HISTORY.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index f04a309..cf44a5b 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,20 @@
Changelog - uritemplate
=======================
+3.0.1 - 2019-12-DD
+------------------
+
+.. note:: This version is under active development
+
+- Update to Python 3.6, 3.7, and 3.8
+- 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
------------------