From 62108270ab168b4e6a007b14dd527619caa20b42 Mon Sep 17 00:00:00 2001 From: Andreas Strikos Date: Mon, 30 May 2016 12:47:59 +0200 Subject: [PATCH] update CHANGES file --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 942d843..5a3db87 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,7 @@ Changelog ========= +* 1.1.11 + * Added first version of WiFi results * 1.1.10 * Added a `parse_all_hops` kwarg to the Traceroute class to tell Sagan to stop parsing Hops and Packets once we have all of the last hop statistics (default=True) * Remove dependency on IPy: we were using it for IPv6 canonicalization, but all IPv6 addresses in results should be in canonical form to start with.