From 71238d3982783ff5ddf07b6f21a0ed7fbb42f32c Mon Sep 17 00:00:00 2001 From: gogotanaka Date: Sat, 25 Oct 2014 20:13:24 -0700 Subject: [PATCH 1/3] Update NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 158545c..17d289d 100644 --- a/NEWS +++ b/NEWS @@ -90,6 +90,10 @@ with all sufficient information, see the ChangeLog file. === Core classes compatibility issues (excluding feature bug fixes) +* Complex + * incompatible changes: + * Complex#real? now returns true if imaginary part is 0. + * Enumerable * Enumerable#slice_before's state management deprecated. * Enumerable#chunk's state management deprecated. -- 1.8.5.2 (Apple Git-48)