From bd5380a0573dcbb2c2b6a00890e9c97c85795fd8 Mon Sep 17 00:00:00 2001 From: Maximilian Hubert <64627729+gap-editor@users.noreply.github.com> Date: Thu, 29 May 2025 14:10:34 +0200 Subject: [PATCH] Update RELEASES.md --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index e82e6069a..a0d259df0 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -12,7 +12,7 @@ - Improving the analysis of signal double assigment: branch case no longer causes an error in assignments in different branches. - Improving the generated C++ code by removing unnecessary instructions. -###Fixed bugs +### Fixed bugs - Fixing a panic in type analysis.