diff options
| author | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-08-05 21:21:55 +0000 |
|---|---|---|
| committer | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-08-05 21:21:55 +0000 |
| commit | ed93a37bd53c156d611476e29bbea02473e508ca (patch) | |
| tree | a9ee19d3166720d1321ceb9aca3874f1c9a423d4 /ChangeLog | |
| parent | cd3477004e55df0771daea0db8fcb5f50946ec78 (diff) | |
* lib/rdoc: Update to 3.9.1. Fixes === lines in verbatim sections.
Fixes :nodoc: on class aliases. Fixes :stopdoc: creating references
to Object. Fixes spacing when class comments are merged in ri.
Fixes `ri []` crash. Fixes bug report URL when rdoc crashes. Adds
:doc: and :nodoc: to allow hiding of implementation details in ruby.
Makes `rdoc` and `ri` gem-aware.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Sat Aug 6 06:14:20 2011 Eric Hodel <drbrain@segment7.net> + + * lib/rdoc: Update to 3.9.1. Fixes === lines in verbatim sections. + Fixes :nodoc: on class aliases. Fixes :stopdoc: creating references + to Object. Fixes spacing when class comments are merged in ri. + Fixes `ri []` crash. Fixes bug report URL when rdoc crashes. Adds + :doc: and :nodoc: to allow hiding of implementation details in ruby. + Makes `rdoc` and `ri` gem-aware. + Sat Aug 6 03:19:45 2011 Eric Hodel <drbrain@segment7.net> * lib/rubygems: Import RubyGems 1.8.7: |
