summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 99c18de19c..8a54651d2d 100644
--- a/NEWS
+++ b/NEWS
@@ -195,6 +195,12 @@ sufficient information, see the ChangeLog file or Redmine
* `String#split` yields each substring to the block if given.
[Feature #4780]
+* `Struct`
+
+ * Aliased method:
+
+ * `Struct#filter` is a new alias for `Struct#select` [Feature #13784]
+
* `TracePoint`
* New methods: