Skip to content

Commit

Permalink
fixup! changelog rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
cameel committed May 25, 2023
1 parent 3c3df1b commit f845def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Language Features:


Compiler Features:
* Commandline Interface: Add ``--ast-compact-json`` output also in assembler mode.
* Commandline Interface: Add ``--ast-compact-json`` output in assembler mode.
* Commandline Interface: Add ``--ir-ast-json`` and ``--ir-optimized-ast-json`` outputs for Solidity input, providing AST in compact JSON format for IR and optimized IR.
* EWasm: Remove EWasm backend.
* Parser: Introduce ``pragma experimental solidity``, which will enable an experimental language mode that in particular has no stability guarantees between non-breaking releases and is not suited for production use.
* Standard JSON Interface: Add ``ast`` contract-level output also in assembler mode.
* Standard JSON Interface: Add ``ast`` file-level output for Yul input.
* Standard JSON Interface: Add ``irAst`` and ``irOptimizedAst`` contract-level outputs for Solidity input, providing AST in compact JSON format for IR and optimized IR.


Expand Down

0 comments on commit f845def

Please sign in to comment.