summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f76f676728..beda22536b 100644
--- a/NEWS
+++ b/NEWS
@@ -119,6 +119,8 @@ with all sufficient information, see the ChangeLog file.
* ostruct
* new methods:
* OpenStruct#each_pair
+ * OpenStruct#eql?
+ * OpenStruct#hash
* OpenStruct#to_h converts the struct to a hash.
* pathname
@@ -213,3 +215,6 @@ with all sufficient information, see the ChangeLog file.
* Dir.mktmpdir in lib/tmpdir.rb
See above.
+
+ * OpenStruct new methods can conflict with custom attributes named
+ "each_pair", "eql?", "hash" or "to_h".