diff NEWS @ 27141:f26b13c80e45

Implement new function "newline" for Matlab compatibility (bug #56419). * NEWS: Announce new function. * strfns.cc (Fnewline): New function to create the "\n" character. * strings.txi: Add DOCSTRING entry to manual.
author Guillaume Flandin <guillaume.offline@gmail.com>
date Tue, 04 Jun 2019 09:44:58 -0700
parents d2d2f66e1cdc
children 3de14d9a2303
line wrap: on
line diff
--- a/NEWS	Tue Jun 04 09:23:09 2019 -0700
+++ b/NEWS	Tue Jun 04 09:44:58 2019 -0700
@@ -59,6 +59,13 @@
   of Octave, some lines and markers will appear 4/3 larger.
 
 
+### Alphabetical list of new functions added in Octave 6
+
+- `lightangle`
+- `newline`
+- `verLessThan`
+
+
 ### Deprecated functions and properties
 
 The following functions and properties have been deprecated in Octave 6
@@ -113,13 +120,6 @@
   `uitable`            | `fontweight`              | `"demi"` and `"light"`
 
 
-
-### Alphabetical list of new functions added in Octave 6
-
-- `lightangle`
-- `verLessThan`
-
-
 ### Old release news
 
 - [Octave 5.x](etc/NEWS.5)