Add missing dates to a history file.

Documentation/NEWS_2022_03_31_release_22_01.md:
    As above.
This commit is contained in:
Julien Fischer
2025-12-18 21:20:21 +11:00
parent 3380b1cb0b
commit ce3e43042f

View File

@@ -1,5 +1,5 @@
NEWS for Mercury 22.01
======================
NEWS for Mercury 22.01, 31 March 2022
=====================================
Changes that may break compatibility
------------------------------------
@@ -729,8 +729,8 @@ Changes to the Mercury debugger
as it was unmaintained and did not work any more. The `browse --web`
command provides an alternative method for interactively exploring a term.
NEWS for Mercury 22.01.1
========================
NEWS for Mercury 22.01.1, 20 April 2022
=======================================
This is a bug-fix release.
@@ -738,8 +738,8 @@ This is a bug-fix release.
causing the compiler to fail without printing an error message.
NEWS for Mercury 22.01.2
========================
NEWS for Mercury 22.01.2, 19 June 2022
======================================
This is a bug-fix release.
@@ -759,8 +759,8 @@ This is a bug-fix release.
emitting spurious warnings when that option is enabled. (The use of
that option was already disabled for GCC versions 9-11.)
NEWS for Mercury 22.01.3
========================
NEWS for Mercury 22.01.3, 9 July 2022
=====================================
This is a bug-fix release.
@@ -768,8 +768,8 @@ This is a bug-fix release.
that were causing segmentation faults in code compiled in the `asm_fast`
grades with GCC versions 11 and 12 on x86_64 systems.
NEWS for Mercury 22.01.4
========================
NEWS for Mercury 22.01.4, 13 November 2022
==========================================
This is a bug-fix release.
@@ -790,8 +790,8 @@ This is a bug-fix release.
* We have fixed an issue where flags specific to GCC were being
passed to MSVC when building Mercury using MSVC.
NEWS for Mercury 22.01.5
========================
NEWS for Mercury 22.01.5, 31 December 2022
==========================================
This is a bug-fix release.
@@ -807,8 +807,8 @@ This is a bug-fix release.
* We have fixed a bug where termination analysis could cause a compiler abort
when invoked on some rarely-occurring predicate structures.
NEWS for Mercury 22.01.6
========================
NEWS for Mercury 22.01.6, 10 May 2023
=====================================
This is a bug-fix release.
@@ -840,8 +840,8 @@ This is a bug-fix release.
they write to the current text output stream. By default, this is `stdout`,
but calls to `io.set_output_stream` may change this.
NEWS for Mercury 22.01.7
========================
NEWS for Mercury 22.01.7, 30 July 2023
======================================
This is a bug-fix release.
@@ -858,8 +858,8 @@ This is a bug-fix release.
some tabled Mercury predicates. This was caused by the C code inadvertently
making use of some GNU C extensions that MSVC does not support.
NEWS for Mercury 22.01.8
========================
NEWS for Mercury 22.01.8, 17 September 2023
===========================================
This is a bug-fix release.