From 6aab2b2917a26923e627057a2872c2d501807d66 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Tue, 1 Jul 2014 10:51:35 -0500 Subject: [PATCH] Update HISTORY with bug fix --- HISTORY.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index fc764f4..cb8bf85 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,10 @@ +0.2.1 -- 2014-07-xx +------------------- + +- Check that the bytes of an IPv4 Host Address are within the valid range. + Otherwise, URIs like "http://256.255.255.0/v1/resource" are considered + valid. + 0.2.0 -- 2014-06-30 -------------------