Skip to content

Commit

Permalink
Add Changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusaaguiar committed Jul 3, 2024
1 parent 30342a9 commit d7fb2a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ Language Features:


Compiler Features:
* Constant Optimizer: Uses ``PUSH0`` if supported by the selected evm version.
* Error Reporting: Unimplemented features are now properly reported as errors instead of being handled as if they were bugs.
* EVM: Support for the EVM version "Prague".
* Peephole Optimizer: ``PUSH0``, when supported, is duplicated explicitly instead of using ``DUP1``.
* Peephole optimizer: Remove identical code snippets that terminate the control flow if they occur one after another.
* SMTChecker: Add CHC engine check for underflow and overflow in unary minus operation.
* SMTChecker: Replace CVC4 as a possible BMC backend with cvc5.
* Yul Optimizer: The optimizer now treats some previously unrecognized identical literals as identical.
Expand Down

0 comments on commit d7fb2a3

Please sign in to comment.