summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorJacek Sieka <arnetheduck@gmail.com>2017-04-28 03:39:32 +0800
committerAndreas Rumpf <rumpf_a@web.de>2017-04-27 21:39:32 +0200
commit0055729755a14020e670d2f564b2f20253ccd28f (patch)
treee755955368328e08a086552446d9f85d4d6e904e /web
parent40f79e6cddf63b05843284263dc36013da2ee1b7 (diff)
downloadNim-0055729755a14020e670d2f564b2f20253ccd28f.tar.gz
WIFSIGNALED means process has exited too (with a bang!) (#5678)
Diffstat (limited to 'web')
-rw-r--r--web/news/e031_version_0_16_2.rst2
1 files changed, 2 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..07b67ef0f 100644
--- a/web/news/e031_version_0_16_2.rst
+++ b/web/news/e031_version_0_16_2.rst
@@ -56,6 +56,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
 -----------------