From cef8eae85dac5e32735a43302aa02964da3651c2 Mon Sep 17 00:00:00 2001 From: drbrain Date: Thu, 24 Jan 2013 01:28:47 +0000 Subject: [PATCH] * 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 --- ChangeLog | 4 ++++ NEWS | 17 +++++++++++++---- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 96b38e9b9d..8038add8d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Jan 24 10:28:30 2013 Eric Hodel + + * NEWS (RDoc): Added mention of page support and markdown support. + Thu Jan 24 09:40:13 2013 Eric Hodel * doc/syntax/refinements.rdoc: Added refinements document based on diff --git a/NEWS b/NEWS index efc0b01c4d..062bfd9bdc 100644 --- a/NEWS +++ b/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 of changes in rake 0.9.3, 0.9.4 and 0.9.5. -* rdoc - * rdoc has been updated to version 4.0 +* RDoc + * RDoc has been updated to version 4.0 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 be regenerated for gems shared across rdoc versions). Further API changes are internal and won't affect most users. - See https://github.com/rdoc/rdoc/blob/master/History.rdoc for a list of - changes in rdoc 4.0. + Notable changes include: + + * 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 * new methods: