From 17a18091bd1d86de3953258b8f601998e202932e Mon Sep 17 00:00:00 2001 From: "Jurgen J. Vinju" Date: Mon, 4 Nov 2024 13:25:38 +0100 Subject: [PATCH] started release notes for rascal --- release-notes/rascal-0-40-x-release-notes.md | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 release-notes/rascal-0-40-x-release-notes.md diff --git a/release-notes/rascal-0-40-x-release-notes.md b/release-notes/rascal-0-40-x-release-notes.md new file mode 100644 index 000000000..97b6eef1b --- /dev/null +++ b/release-notes/rascal-0-40-x-release-notes.md @@ -0,0 +1,21 @@ +--- +authors: [jvinju] +title: "Rascal 0.40.x release notes" +sidebar_position: 96 +--- + +In this post we report on the Rascal release 0.40.x + + + +## Release 0.40.14 - November 5, 2024 + +The public release 0.40.x follows release 0.24.x; many improvements have been made in projects that depends on the rascal interpreter and the standard library (the type checker, the VScode extensions, clair, etc.) Some of these improvements depend directly on fixes in the interpreter and additions to the standard library. + +The support for XML, JSON and HTML as exchange formats has been improved or completely rewritten. The main feature that was added was the optional `loc src` keyword field that provides the exact location of each node as it appears in the XML, HTML or JSON source text. + +The following issues were solved: +* TODO + +Standard library maintenance: +* Accurate and correct parsers of Windows and Unix file paths were added to the standard library.