summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2017-04-28 19:44:17 +0200
committerDominik Picheta <dominikpicheta@gmail.com>2017-04-28 19:44:17 +0200
commita0259010117bf9ba2ee37e4014c80c5102b05cff (patch)
treec3c456e042ee4ece312354e3664b4b7b71d7256e /web
parent2242307c17aa649aea0f43009fe09a4bae7b5d60 (diff)
downloadNim-a0259010117bf9ba2ee37e4014c80c5102b05cff.tar.gz
Document breaking AsyncResponse change. Refs #5726.
Diffstat (limited to 'web')
-rw-r--r--web/news/e031_version_0_16_2.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news/e031_version_0_16_2.rst b/web/news/e031_version_0_16_2.rst
index 07b67ef0f..b38f0c159 100644
--- a/web/news/e031_version_0_16_2.rst
+++ b/web/news/e031_version_0_16_2.rst
@@ -13,6 +13,9 @@ Changelog
 Changes affecting backwards compatibility
 -----------------------------------------
 
+- There are now two different HTTP response types, ``Response`` and
+  ``AsyncResponse``. ``AsyncResponse``'s ``body`` accessor returns a
+  ``Future[string]``!
 - ``httpclient.request`` now respects ``maxRedirects`` option. Previously
   redirects were handled only by ``get`` and ``post`` procs.
 - The IO routines now raise ``EOFError`` for the "end of file" condition.