summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-03-11 12:05:09 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-03-11 12:05:09 +0200
commit31e83b72eb5a30c5d733c89e233fbbd5cfd60f1b (patch)
treeb07edf1cbc8a22950e41bbb438d0cb2f8811561d /NEWS
parent6b61626bc554ec39c89bfef45716671fa16331d1 (diff)
parente3cc36f1f2f7172ea561664e34bec54c3436297a (diff)
downloadgawk-31e83b72eb5a30c5d733c89e233fbbd5cfd60f1b.tar.gz
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a17a370f..6978d2be 100644
--- a/NEWS
+++ b/NEWS
@@ -100,6 +100,9 @@ Changes from 4.1.3 to 4.1.x
7. The profiler / pretty-printer now chains else-if statements instead
of causing cascading elses.
+8. The return value of system() has been enhanced to convey more information.
+ See the doc.
+
Changes from 4.1.2 to 4.1.3
---------------------------