comparison etc/NEWS.8.md @ 31769:56223b5a01d4

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Sun, 22 Jan 2023 21:09:15 -0500
parents ed8b218b7c1b 74aa32d5fd08
children fc40c78a8421
comparison
equal deleted inserted replaced
31765:faf5d5960732 31769:56223b5a01d4
1 Summary of important user-visible changes for version 8 (yyyy-mm-dd): 1 Summary of important user-visible changes for version 8 (2023-01-22):
2 --------------------------------------------------------------------- 2 --------------------------------------------------------------------
3 3
4 ### General improvements 4 ### General improvements
5 5
6 - Octave's libraries are now built using symbol visibility by default. 6 - Octave's libraries are now built using symbol visibility by default.
7 That means that fewer symbols are exported from these libraries. 7 That means that fewer symbols are exported from these libraries.
194 194
195 - The environment variable used by `mkoctfile` for linker flags is now 195 - The environment variable used by `mkoctfile` for linker flags is now
196 `LDFLAGS` rather than `LFLAGS`. `LFLAGS` was deprecated in Octave 6, 196 `LDFLAGS` rather than `LFLAGS`. `LFLAGS` was deprecated in Octave 6,
197 and will be removed in a future version of Octave. 197 and will be removed in a future version of Octave.
198 198
199 Summary of bugs fixed for version 8.1.0 (YYYY-MM-DD): 199 Summary of bugs fixed for version 8.1.0 (2023-01-22):
200 ---------------------------------------------------- 200 ----------------------------------------------------
201 201
202 - Improved input validation and/or output handling for `poly`, `pinv`, `patch`, 202 - Improved input validation and/or output handling for `poly`, `pinv`, `patch`,
203 `fill`, `fill3`, `qp`, `datevec`, `textscan`, `sub2ind`, `qr`, `airy`, 203 `fill`, `fill3`, `qp`, `datevec`, `textscan`, `sub2ind`, `qr`, `airy`,
204 `regexp`, `dec2bin`, `dec2hex`, `mean`, and many others. 204 `regexp`, `dec2bin`, `dec2hex`, `mean`, and many others.