diff NEWS @ 18794:03c2671493f9

maint: Periodic merge of gui-release to default.
author Rik <rik@octave.org>
date Mon, 02 Jun 2014 11:17:59 -0700
parents d1750be79dee 99d63a2e221b
children 7c6ee4bd7719
line wrap: on
line diff
--- a/NEWS	Sun Jun 01 17:33:53 2014 -0700
+++ b/NEWS	Mon Jun 02 11:17:59 2014 -0700
@@ -123,6 +123,11 @@
 
       allow_noninteger_range_as_index
       do_braindead_shortcircuit_evaluation
+      
+    The internal function atan2 of the sparse matrix class has been deprecated
+    in Octave 4.0 and will be removed from Octave 4.4 (or whatever version is
+    the second major release after 4.0).  Use the Fatan2 function with sparse
+    inputs as a replacement.
 
 ---------------------------------------------------------