Document breaking AsyncResponse change. Refs #5726.

This commit is contained in:
Dominik Picheta
2017-04-28 19:44:17 +02:00
parent 2242307c17
commit a025901011

View File

@@ -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.