From e3e7b3f2b54ed97ca66c34d6a4c8b8f43e822c0a Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Tue, 9 Jul 2024 08:30:20 -0400 Subject: [PATCH] Fix errors on using string in incorrect format (#5240). --- Changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes b/Changes index 4a7355dae..a985c0b76 100644 --- a/Changes +++ b/Changes @@ -1532,7 +1532,7 @@ Verilator 4.026 2020-01-11 * Fix expand optimization slowing --lint-only. Closes #2091. [Thomas Watts] * Fix %{number}s with strings. #2093. [agrobman] * Fix shebang breaking some shells. Closes #2067. [zdave] -* Fix errors on using string in incorrect format (#5340). [John Demme] +* Fix errors on using string in incorrect format (#5240). [John Demme] Verilator 4.024 2019-12-08