From 04ffe49ee9f464770078116ef9ab098e205a7c6c Mon Sep 17 00:00:00 2001 From: Christopher Amin Date: Fri, 23 Nov 2018 15:09:06 +0100 Subject: [PATCH] 2.3.0 changes --- CHANGES.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 18bf180..55136e3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,21 @@ Release History =============== +2.3.0 (released 2018-11-23) +--------------------------- + +Features and changes +~~~~~~~~~~~~~~~~~~~~ +- Add result date and time to traceroute, NTP and SSL renderers +- Add support for specifying measurement tags on measurement creation +- Add option (--go-web) to open measurement URL in browser +- Nicer presentation of 403 errors from the API +- Official supported Python versions changed to 2.7, 3.4, 3.5, 3.6 and 3.7 + +Bug Fixes +~~~~~~~~~ +- Fix cousteau/sagan dependencies + + 2.2.3 (released 2017-01-17) ---------------------------