From 9817ec3e47bca8fba9a7cac56d785e9d644f7473 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Mon, 30 Jun 2014 23:17:28 +0000 Subject: Imported from /home/lorry/working-area/delta_python-packages_python-rfc3986/rfc3986-0.2.0.tar.gz. --- HISTORY.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 HISTORY.rst (limited to 'HISTORY.rst') 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 -- cgit v1.2.1