summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2017-05-02 01:24:19 +0200
committerAraq <rumpf_a@web.de>2017-05-02 01:24:19 +0200
commit6377b52d8e1e7bbf0ff4a8d71081d44368ea1d94 (patch)
tree562bbc9b88ed2c5a7a671197cf31b05e8a2c1459 /web
parentbea07a2c5c884a7412702166cb36dd6b6e24e7eb (diff)
parenta0259010117bf9ba2ee37e4014c80c5102b05cff (diff)
downloadNim-6377b52d8e1e7bbf0ff4a8d71081d44368ea1d94.tar.gz
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Diffstat (limited to 'web')
-rw-r--r--web/news/e031_version_0_16_2.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/news/e031_version_0_16_2.rst b/web/news/e031_version_0_16_2.rst
index fd12bb822..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.
@@ -56,6 +59,8 @@ Changes affecting backwards compatibility
   checks. When fields within case objects are initialiazed, the compiler will
   now demand that the respective discriminator field has a matching known
   compile-time value.
+- On posix, the results of `waitForExit`, `peekExitCode`, `execCmd` will return
+  128 + signal number if the application terminates via signal.
 
 Library Additions
 -----------------