From 24f46ff3efec43b2bd7a9048307e545b511f1d98 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Mon, 8 Sep 2014 07:50:41 +0200 Subject: [PATCH] Changelog --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index b0e70e2a..1141fa42 100644 --- a/README.rst +++ b/README.rst @@ -1281,6 +1281,7 @@ Changelog now only escapes special characters (the ones that are used as key-value separators). * Fixed ``--output=/dev/null`` on Linux. + * Improved terminal color depth detection via ``curses``. * `0.8.0`_ (2014-01-25) * Added ``field=@file.txt`` and ``field:=@file.json`` for embedding the contents of text and JSON files into request data.