From 8f554e40a3285b409f62e45cb53e32392a03e0b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Wed, 14 May 2014 16:28:38 +0200 Subject: [PATCH] [NEWS] Document BigDecimal addition. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) 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.