summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 0 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 89f7c41e6e..bc099d401d 100644
--- a/NEWS
+++ b/NEWS
@@ -48,17 +48,6 @@ sufficient information, see the ChangeLog file or Redmine
" # This has been warned since 2.4
EOS
-* Pipeline operator is experimentally added.
-
- This code equals to the next code.
-
- foo()
- |> bar 1, 2
- |> display
-
- foo()
- .bar(1, 2)
- .display
* The flip-flop syntax deprecation is reverted. [Feature #5400]