Skip to content

Commit

Permalink
Move revision history to v2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
  • Loading branch information
seldridge committed Apr 15, 2023
1 parent 40e64dc commit 1fbc60c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions revision-history.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ revisionHistory:
# populated using the "version" that the Makefile grabs from git. Notable
# additions to the specification should append entries here.
thisVersion:
- Fix typos in force/release examples, force takes expr not int literal.
- Delineate string and single-quoted/double-quoted string in grammar.
- Deprecate reference-first statements.
- Tweak grammar of 'read' to support 'read(probe(x))' as in examples.

# Information about the old versions. This should be static.
oldVersions:
- version: 2.1.1
changes:
- Fix typos in force/release examples, force takes expr not int literal.
- Delineate string and single-quoted/double-quoted string in grammar.
- Deprecate reference-first statements.
- Tweak grammar of 'read' to support 'read(probe(x))' as in examples.
- version: 2.0.1
changes:
- Clarify int/string types and their allowed usage.
Expand Down

0 comments on commit 1fbc60c

Please sign in to comment.