diff --git a/NEWS b/NEWS index 9327f917..5a2c788d 100644 --- a/NEWS +++ b/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.