mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-05-19 12:22:27 +08:00
[NEWS] Document BigDecimal addition.
This commit is contained in:
4
NEWS
4
NEWS
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user