summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index c28eef94e..3a35a9f21 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -37,6 +37,10 @@ Changes affecting backwards compatibility
   if both ``$#`` and ``$i`` are involved.
 - The ``pegs`` and ``re`` modules distinguish between ``replace`` 
   and ``replacef`` operations.
+- The pointer dereference operation ``p^`` is deprecated and might become
+  ``^p`` in later versions or be dropped entirely since it is rarely used. 
+  Use the new notation ``p[]`` to dereference a pointer.
+  
 
 Additions
 ---------