aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-03 00:42:49 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-03 00:42:49 +0000
commitf462cdb5d98a31a83f277189c41faa7f47dbbc67 (patch)
treef77213d7e79827d5f2702d0b9403d62ccb979cce /ChangeLog
parentff9f9c6d844cc966fc33090d1eac9e7121c4a445 (diff)
downloadruby-f462cdb5d98a31a83f277189c41faa7f47dbbc67.tar.gz
* lib/rdoc: Update to RDoc master 900de99. Changes include:
Fixed documentation display of constants Fixed handling of unknown parsers * test/rdoc: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3965df5e3c..d8e1f5d758 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Tue Dec 3 09:42:27 2013 Eric Hodel <drbrain@segment7.net>
+
+ * lib/rdoc: Update to RDoc master 900de99. Changes include:
+
+ Fixed documentation display of constants
+
+ Fixed handling of unknown parsers
+
+ * test/rdoc: ditto.
+
Mon Dec 2 22:30:10 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* hash.c (getenv): fixed test failures introduced by r43950.