[NEWS] fix RM-512

This commit is contained in:
Watson
2014-06-09 12:17:25 +09:00
parent 496420a84e
commit 73e2cbd967
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@@ -4,6 +4,8 @@
that is supposed to return a block, but instead return nil.
* Fixed a bug where it would trigger a crash when Symbol object will be used
with NSCoding.
* Fixed a bug where short cut selector does not work when method name has
trailing number.
* Added BigDecimal#{to_i, to_int, to_f, to_s, coerce} methods.
* Added Kernel#BigDecimal method.
* Added `device_name' parameter in order to select iOS 8 simulater device.