add lines

This commit is contained in:
Watson
2012-11-12 15:34:48 +09:00
parent 7c5e2310d0
commit c5eecbd974
2 changed files with 7 additions and 1 deletions

6
NEWS
View File

@@ -15,6 +15,12 @@
* Fixed the bug in Symbol#match and Symbol#=~ which does not return an index
of the beginning of the match.
* Fixed the bug in Symbol#succ and Symbol#next which returns a String object.
* Added the Complex#rationalize method.
* Fixed the bug in Complex#/ which raise an exception when passed Float 0.0.
* Fixed the bug in Complex.rect and Complex.polar which raises an
ArgumentError instead of TypeError if passed wrong value.
* Fixed the bug in Regexp.last_match which raise an IndexError if passed
index which is out of matched range.
= RubyMotion 1.27 =

2
vm

Submodule vm updated: 7ecd27aa9b...499c55b754