summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-06 13:57:56 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-06 13:57:56 +0000
commitb23eac6958ee2792d6fe60a31e8c636363e184d9 (patch)
tree3d8271eca935ac631a90ff961f9131021e5da3f4 /NEWS
parentd71b5394ac82943a7313d01d8880bb022f4d2871 (diff)
rexml: REXML::Element#[] accepts String or Symbol as attribute name
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8456189a28..eee221e374 100644
--- a/NEWS
+++ b/NEWS
@@ -251,6 +251,12 @@ with all sufficient information, see the ChangeLog file or Redmine
* Readline.quoting_detection_proc and Readline.quoting_detection_proc=
[Feature #12659]
+* REXML
+
+ * REXML::Element#[]: If String or Symbol is specified, attribute
+ value is returned. Otherwise, Nth child is returned. This is
+ backward compatible change.
+
* set
* New methods: Set#compare_by_identity and Set#compare_by_identity?.