DRAFT doc: Update `NEWS'.

* NEWS (Changes in 0.25 since 0.24.2): New section.
This commit is contained in:
Janneke Nieuwenhuizen 2023-07-08 13:58:08 +02:00
parent a8e307df36
commit 43de253d92
1 changed files with 12 additions and 0 deletions

12
NEWS
View File

@ -10,6 +10,18 @@ Copyright © 2016,2017,2018,2019,2021,2022,2023 Jan (janneke) Nieuwenhuizen <jan
Please send Mes bug reports to bug-mes@gnu.org.
* Changes in 0.25 since 0.24.2
** Core
*** Support for riscv64-linux.
** Build
*** Support M2-Planet build for x86_64-linux.
*** Building with M2-Planet-1.11.0 is now supported.
*** The requirement for M2-Planet's --bootstrap-mode was dropped.
** Noteworthy bug fixes
*** In the REPL, `include', `load', and `,use MODULE' now work.
*** Using mes' `access' with R_OK now respects read permissions.
*** On 64bit, displayed values are no longer truncated.
*** On 64bit, MesCC now correctly supports 8-byte immediate values.
* Changes in 0.24.2 since 0.24.1
** Build
*** A number of compile warnings have been fixed.