From 9485dd3b85d3f9701b874d1101eaa4e0fd14c3ac Mon Sep 17 00:00:00 2001
From: housel
Date: Mon, 1 Jul 2024 03:04:03 +0000
Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20dylan-la?=
=?UTF-8?q?ng/opendylan@ba2348e847fc9a909ad2b8f205512cd95722fbf7=20?=
=?UTF-8?q?=F0=9F=9A=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
_sources/release-notes/2024.2.rst.txt | 3 +++
release-notes/2024.2.html | 2 ++
searchindex.js | 2 +-
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/_sources/release-notes/2024.2.rst.txt b/_sources/release-notes/2024.2.rst.txt
index c9562928e..9f43db416 100644
--- a/_sources/release-notes/2024.2.rst.txt
+++ b/_sources/release-notes/2024.2.rst.txt
@@ -39,6 +39,9 @@ Compiler
the comparison can now be properly inlined because the first
argument to :drm:`min` is known to be an :drm:``.
+* `Issue 1523 `_, which
+ could result in a compiler abort during code generation, has been fixed.
+
Tools
=====
diff --git a/release-notes/2024.2.html b/release-notes/2024.2.html
index 11cad4ea4..55d5ee592 100644
--- a/release-notes/2024.2.html
+++ b/release-notes/2024.2.html
@@ -581,6 +581,8 @@ Compiler is known to be an <integer>
.
+Issue 1523, which
+could result in a compiler abort during code generation, has been fixed.