diff etc/NEWS.8.md @ 31427:662499ba0d21

NEWS: Add note that PCRE2 can be used (bug #61542). * etc/NEWS.8.md: Add note about compatibility with PCRE2 and PCRE.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 15 Nov 2022 12:59:56 +0100
parents 21962c678648
children df8bdaf1164b
line wrap: on
line diff
--- a/etc/NEWS.8.md	Tue Nov 15 12:51:11 2022 +0100
+++ b/etc/NEWS.8.md	Tue Nov 15 12:59:56 2022 +0100
@@ -36,6 +36,10 @@
 - `Refine` option is now implemented in functions `ode45`, `ode23`,
   and `ode23s`.
 
+- Octave is now compatible to PCRE2 (UTF-8). PCRE2 is preferred over PCRE
+  if both are installed.  Configure with `--without-pcre2` if you prefer
+  that Octave uses PCRE in this case.
+
 ### Graphical User Interface