summaryrefslogtreecommitdiff
path: root/doc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'doc/NEWS')
-rw-r--r--doc/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index fbdd087d46..ff24df1d40 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -1,3 +1,15 @@
+: String#casecmp
+
+ Added. This is a case insensitive version of String#<=>.
+
+: String#eql?
+
+ Changed to be always case sensitive.
+
+: Module#include?
+
+ Added. [ruby-dev:13941]
+
: Digest module
Added as a replacement for md5 and sha1 modules.