aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-13 06:47:44 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-13 06:47:44 +0000
commitd1dd727533a1df1b59553b5d3feec87bb1dd951f (patch)
tree36a1556fcfe201f9d257e967d0fbefba51d98a0e /ChangeLog
parent58f779170d9f2a93668c784063d36c34422fb491 (diff)
downloadruby-d1dd727533a1df1b59553b5d3feec87bb1dd951f.tar.gz
* test/ruby/test_rubyoptions.rb: add a simple test for __END__ and
DATA. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e9a15f8e4..8a9099a62a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Jun 13 15:46:07 2010 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * test/ruby/test_rubyoptions.rb: add a simple test for __END__ and
+ DATA.
+
Sun Jun 13 04:24:18 2010 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
* lib/delegate.rb: Delegate !=, eql? and hash [ruby-core:26139]