From 274fbaacd9648c24d133405446a398d769ca668e Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Wed, 12 Apr 2023 11:52:48 -0500 Subject: [PATCH] [nfc] revision-history: Fix bad entry location. --- revision-history.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revision-history.yaml b/revision-history.yaml index 14fb7511..aa5a2973 100644 --- a/revision-history.yaml +++ b/revision-history.yaml @@ -6,8 +6,8 @@ revisionHistory: thisVersion: - Fix typos in force/release examples, force takes expr not int literal. - Delineate string and single-quoted/double-quoted string in grammar. + - Tweak grammar of 'read' to support 'read(probe(x))' as in examples. # Information about the old versions. This should be static. - - Tweak grammar of 'read' to support 'read(probe(x))' as in examples. oldVersions: - version: 2.0.1 changes: