summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-12 01:27:52 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-12 01:27:52 +0000
commit041842f515472abcd0d103216d5d38bf6a401db4 (patch)
treeb9075c3c1e1bf1f120e7f370ee250d3f0fa83254 /ChangeLog
parent080e74778d3636a6804fa3403e4275b208a7eb8b (diff)
Wrap parse_files' read in a version check for backwards compatibility.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15436 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 a783cdc93..104066a98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Feb 12 10:25:02 2008
+
+ * lib/rdoc/rdoc.rb: Wrap parse_files' read in version check for
+ backwards compatibility.
+
Tue Feb 12 10:15:14 2008 NARUSE, Yui <naruse@ruby-lang.org>
* ruby.c (load_file): enc must effect source encoding.