1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update NEWS, add ChangeLog entry for RDoc 3.0.1

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2010-12-20 04:50:13 +00:00
parent 9d767bc265
commit 1695653f54
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,9 @@
Mon Dec 20 13:49:05 2010 Eric Hodel <drbrain@segment7.net>
* NEWS: Add item for RDoc 3.0.1
* lib/rdoc: Import RDoc 3.0.1, remove require for perl parser.
Mon Dec 20 12:15:32 2010 Eric Hodel <drbrain@segment7.net>
* lib/rdoc: Import RDoc 3.0.

4
NEWS
View file

@ -93,6 +93,10 @@ with all sufficient information, see the ChangeLog file.
Output#encoding and Source#encoding) return an Encoding
object instead of an encoding name.
* RDoc
* RDoc has been upgraded to RDoc 3.0.1. For full release notes see
http://rdoc.rubyforge.org/History_txt.html
=== Language changes
* Regexps now support Unicode 6.0. (new characters and scripts)