* NEWS (RDoc): Added mention of page support and markdown support.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2013-01-24 01:28:47 +00:00
Родитель 30a9931bbc
Коммит cef8eae85d
2 изменённых файлов: 17 добавлений и 4 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Thu Jan 24 10:28:30 2013 Eric Hodel <drbrain@segment7.net>
* NEWS (RDoc): Added mention of page support and markdown support.
Thu Jan 24 09:40:13 2013 Eric Hodel <drbrain@segment7.net> Thu Jan 24 09:40:13 2013 Eric Hodel <drbrain@segment7.net>
* doc/syntax/refinements.rdoc: Added refinements document based on * doc/syntax/refinements.rdoc: Added refinements document based on

17
NEWS
Просмотреть файл

@ -312,16 +312,25 @@ with all sufficient information, see the ChangeLog file.
http://rake.rubyforge.org/doc/release_notes/rake-0_9_5_rdoc.html for a list http://rake.rubyforge.org/doc/release_notes/rake-0_9_5_rdoc.html for a list
of changes in rake 0.9.3, 0.9.4 and 0.9.5. of changes in rake 0.9.3, 0.9.4 and 0.9.5.
* rdoc * RDoc
* rdoc has been updated to version 4.0 * RDoc has been updated to version 4.0
This version is largely backwards-compatible with previous rdoc versions. This version is largely backwards-compatible with previous rdoc versions.
The most notable change is an update to the ri data format (ri data must The most notable change is an update to the ri data format (ri data must
be regenerated for gems shared across rdoc versions). Further API changes be regenerated for gems shared across rdoc versions). Further API changes
are internal and won't affect most users. are internal and won't affect most users.
See https://github.com/rdoc/rdoc/blob/master/History.rdoc for a list of Notable changes include:
changes in rdoc 4.0.
* Page support for ri. Try `ri ruby:` for a list of pages in ruby or
`ri ruby:syntax/literals` for the syntax documentation for literals.
This also works for gems such as `ri rspec:README` for the rspec gem's
README file.
* Markdown support. See ri RDoc::Markdown for details.
See https://github.com/rdoc/rdoc/blob/master/History.rdoc for a full list
of changes in rdoc 4.0.
* resolv * resolv
* new methods: * new methods: