From 4eb9622857b0744de00e2e6ec74fef39b183fdf7 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Wed, 26 Sep 2012 15:24:11 +0200 Subject: [PATCH] follow last commit --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 37f9e854..0cb5759e 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,7 @@ * Fixed a bug in Range's evaluation order, where the beginning part would not be evaluated at first (ex. (x = 0)..(x + 1)). * Improved the Regexp class to support octal literals and '\[hH]' matchers. + * Fixed Math.atan2 to follow the Ruby 1.9.3 specs when both arguments are 0.0. = RubyMotion 1.24 =