summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 03fb7117..5d45b4a8 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,11 @@
probe process(PID).syscall.return { }
probe process("PATH").syscall.return { }
+- Globals now accept ; terminators
+
+ global odds, evens;
+ global little[10], big[5];
+
* What's new in version 0.6
- A copy of the systemtap tutorial and language reference guide