From ca21af26d51f911143a281dcb55cfe933f83071d Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 1 Feb 2024 14:59:10 -0500 Subject: [PATCH] Mention #1986 in CHANGES.md --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 03d3c18b48..7792056d46 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -38,6 +38,9 @@ * Extend `llvm_verify_x86` in order to handle x86 functions that spill arguments to the stack. +* Fix a bug in which SAW failed to expand type synonyms used in the definition + of another type synonym. + # Version 1.0 -- 2023-06-26 ## New Features