aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-30 10:20:43 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-30 10:20:43 +0000
commit5576a93756eac174a2d0a9bd1a9c9ce66f749628 (patch)
treed044e0e5dde3b637492c8cc49cb4a5c74b76c36a /ChangeLog
parent6b16db9c800ab1f48ca581b1b347e335dad82fc7 (diff)
downloadruby-5576a93756eac174a2d0a9bd1a9c9ce66f749628.tar.gz
* doc/standard_library.rdoc: Remove obsoleted classes and modules.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8dd7b20f72..685872e6b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Apr 30 19:20:40 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
+
+ * doc/standard_library.rdoc: Remove obsoleted classes and modules.
+
Sat Apr 30 19:09:23 2016 Tanaka Akira <akr@fsij.org>
* numeric.c (int_lt): Define Integer#<.