[NEWS] Document BigDecimal addition.

This commit is contained in:
Eloy Durán
2014-05-14 16:28:38 +02:00
parent 143fbdf869
commit 8f554e40a3

4
NEWS
View File

@@ -1,5 +1,9 @@
= RubyMotion 2.28 =
* Added support for `BigDecimal'. This class is implemented on top of
`NSDecimalNumber' and currently adds all the `BigDecimal' operator methods.
It can be passed to APIs that require `NSDecimalNumber *', `NSDecimal', and
pointers to `NSDecimal'.
* Fixed a bug with framework search paths that contain spaces.
* Fixed a bug with Objective-C methods that expect a void-pointer to an object
(`id'/`CFTypeRef') and thus a `Pointer'. The object is now passed as-is.