summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2014-06-30 23:17:28 +0000
committer <>2014-10-24 11:03:41 +0000
commit9817ec3e47bca8fba9a7cac56d785e9d644f7473 (patch)
tree2eddc46197f66e1629dcdf01bf0cb543c729920c /HISTORY.rst
downloadpython-rfc3986-9817ec3e47bca8fba9a7cac56d785e9d644f7473.tar.gz
Imported from /home/lorry/working-area/delta_python-packages_python-rfc3986/rfc3986-0.2.0.tar.gz.HEADrfc3986-0.2.0master
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
new file mode 100644
index 0000000..fc764f4
--- /dev/null
+++ b/HISTORY.rst
@@ -0,0 +1,12 @@
+0.2.0 -- 2014-06-30
+-------------------
+
+- Add support for requiring components during validation. This includes adding
+ parameters ``require_scheme``, ``require_authority``, ``require_path``,
+ ``require_path``, ``require_query``, and ``require_fragment`` to
+ ``rfc3986.is_valid_uri`` and ``URIReference#is_valid``.
+
+0.1.0 -- 2014-06-27
+-------------------
+
+- Initial Release includes validation and normalization of URIs