aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stapleton Cordasco <graffatcolmingov@gmail.com>2019-12-17 07:45:42 -0600
committerGitHub <noreply@github.com>2019-12-17 07:45:42 -0600
commitbaed5cf7d4a0fc3db30a9a8ad2bd319add474b0a (patch)
tree1014c68c02c6e6d644b8916ba7270a713f62aa96
parentd456a1ce0be58f78b6d3f6fa4b705332f56c31d1 (diff)
parent4edb2813d6653a9a272d3c32559c2b526ed3007a (diff)
downloaduritemplates-baed5cf7d4a0fc3db30a9a8ad2bd319add474b0a.tar.gz
Merge pull request #48 from tacaswell/doc_drop_pys
DOC: add note about dropping support for old Pythons
-rw-r--r--HISTORY.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index cf44a5b..8dee616 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -7,6 +7,7 @@ Changelog - uritemplate
.. note:: This version is under active development
- 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