changeset 32238:af31415291e0 stable

NEWS.8.md: Update NEWS file with recent changes for Octave 8.3.0. * etc/NEWS.8.md: Update NEWS file with recent changes for Octave 8.3.0.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 05 Aug 2023 16:22:33 +0200
parents 23768773e933
children 6fc591af58ba
files etc/NEWS.8.md
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.8.md	Thu May 18 23:36:10 2023 +0200
+++ b/etc/NEWS.8.md	Sat Aug 05 16:22:33 2023 +0200
@@ -31,12 +31,17 @@
 - `ellipsoid.m`: Avoid returning geometry data unless it is explicitly
   requested to avoid overwriting `ans`.
 - `subsasgn`: Avoid panic on invalid field names (bug #64213).
+- `lex.ll`: Remove `$` as a valid character for identifiers.
+- `fileparts.m`: Allow for relative path on different drive on Windows (bug
+  #64462).
+- `datevec.m`: Add some ISO 8601 conform formats (patch #9964).
 
 ### Build system / Tests
 - `betaincinv.m`: Slightly increase test tolerance (for macOS 13).
 - `colorbar.m`: Add tests (bug #64287).
 - `sparse-qr.cc`: Fix compatibility with SuiteSparse 7.1.0 / CXSparse 4.0.4.
 - `pcg.m`: Use eps tolerance in test for `ishermitian` (bug #63787).
+- `fileparts.m`: Overhaul BISTs.
 
 ### Documentation
 - Return documentation for `help properties` (bug #64067).