Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
  • Loading branch information
matheusaaguiar and cameel committed Mar 24, 2023
1 parent 9dac87e commit 1015452
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Compiler Features:


Bugfixes:
* Antlr Grammar: Fix of a discrepancy which allowed numbers followed by an identifier with no whitespace.
* Antlr Grammar: Stricter rules for function definitions will no longer accept as valid free functions having some specifiers which are exclusive of contract functions.
* Antlr Grammar: Fix divergent behaviour which allowed octal numbers.
* Antlr Grammar: Fix of a discrepancy with the parser, which allowed numbers followed by an identifier with no whitespace.
* Antlr Grammar: Stricter rules for function definitions. The grammar will no longer accept as valid free functions having specifiers which are exclusive to contract functions.
* Antlr Grammar: Fix discrepancy with the parser, which allowed octal numbers.


### 0.8.19 (2023-02-22)
Expand Down

0 comments on commit 1015452

Please sign in to comment.