summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 77873950..007d89e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
* What's new
+- Memory consumption for scripts involving many uprobes has been
+ dramatically reduced.
+
- The preprocessor now supports || and && in the conditions.
%( arch == "x86_64" || arch == "ia64" %: ... %)