changeset 32332:1a63396c3173

Backed out range changes from changeset da0079d97965
author John W. Eaton <jwe@octave.org>
date Sat, 23 Sep 2023 12:15:18 -0400
parents b5337260e574
children 2c47affeec43
files etc/NEWS.9.md
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.9.md	Sat Sep 23 12:11:08 2023 -0400
+++ b/etc/NEWS.9.md	Sat Sep 23 12:15:18 2023 -0400
@@ -40,11 +40,6 @@
 
 - Classdefs now support breakpoints inside them.
 
-- Ranges with floating point values in them such as `1.8 : 0.05 : 1.9`
-  or `-2 : (0.3 - 0.2 - 0.1)` now trigger warnings, to avoid hard-to-debug
-  errors when floating point rounding does non-intuitive things.  The Octave
-  manual now lists several safer alternatives for such cases.
-
 - The `inputParser` function has been re-architected for a 60% performance
 improvement.