summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4ad38c9f12..a332cf389a 100644
--- a/NEWS
+++ b/NEWS
@@ -48,6 +48,18 @@ sufficient information, see the ChangeLog file or Redmine
" # This has been warned since 2.4
EOS
+* Pipeline operator is added.
+
+ This code equals to the next code.
+
+ foo()
+ |> bar 1, 2
+ |> display
+
+ foo()
+ .bar(1, 2)
+ .display
+
=== Core classes updates (outstanding ones only)
Enumerable::