summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 26073f9c..82be2768 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,10 @@
if you have been a user of the tapset/tools, so we can help you find
another way.
+- New families of printing functions println() and printd() have been added.
+ println() is like print() but adds a newline at the end;
+ printd() is like a sequence of print()s, with a specified field delimiter.
+
* What's new since version 0.5.14?
- The way in which command line arguments for scripts are substituted has