From 5ca8bec9ff4bf6370e358b5dcacf2a5f96a5afce Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Tue, 17 Jul 2012 00:18:42 +0200 Subject: [PATCH] Add a note on pretty JSON and unicode to changelog Closes #52 Closes #67 --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 513bfd59..00b49d29 100644 --- a/README.rst +++ b/README.rst @@ -226,6 +226,7 @@ Changelog --------- * `0.2.3dev `_ + * Unicode characters in prettified JSON now don't get escaped to improve readability. * --auth now prompts for a password if only a username provided. * Added support for request payloads from a file path with automatic ``Content-Type`` (``http URL @/path``). * Fixed missing query string when displaing the request headers via ``--verbose``.