summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-10-12 23:25:32 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-10-12 23:25:32 +0300
commit47873e9e88e573737c96d9a0c649a05ce7d61f0d (patch)
tree442ee36df53fee4a0123671bdae4f3fd045aa506 /NEWS
parent1edb964dbdb07174e5822727df8ae45b32eb965f (diff)
parent43a8120a00068448c4ffa60db37bdb8e782df321 (diff)
downloadgawk-47873e9e88e573737c96d9a0c649a05ce7d61f0d.tar.gz
Merge branch 'master' into feature/typed-regex
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index feb85871..ea2bb600 100644
--- a/NEWS
+++ b/NEWS
@@ -84,6 +84,9 @@ Changes from 4.1.x to 4.2.0
20. Gawk now uses fwrite_unlocked if it's available. The yields a 7% - 18%
improvement in raw output speed (gawk '{ print }' on a large file).
+21. Pretty printing now uses the original text of constant numeric values for
+ pretty printing and profiling.
+
Changes from 4.1.3 to 4.1.4
---------------------------