Skip to content

Commit 4355555

Browse files
authored
Merge pull request #15925 from ethereum/fix-changelog-for-upcoming-release
Fix changelog for upcoming release
2 parents 6963512 + 90719b2 commit 4355555

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Changelog.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Compiler Features:
1010
* EVM: Support for the EVM version "Osaka".
1111
* EVM Assembly Import: Allow enabling opcode-based optimizer.
1212
* General: The experimental EOF backend implements a subset of EOF sufficient to compile arbitrary high-level Solidity syntax via IR with optimization enabled.
13-
* SMTChecker: Support `block.blobbasefee` and `blobhash`.
14-
* SMTChecker: The option `--model-checker-print-query` no longer requires `--model-checker-solvers smtlib2`.
13+
* SMTChecker: Support ``block.blobbasefee`` and ``blobhash``.
14+
* SMTChecker: The option ``--model-checker-print-query`` no longer requires ``--model-checker-solvers smtlib2``.
1515
* SMTChecker: Z3 is now a runtime dependency, not a build dependency (except for emscripten build).
1616
* Yul Parser: Make name clash with a builtin a non-fatal error.
1717

@@ -30,7 +30,7 @@ Bugfixes:
3030
* SMTChecker: Fix SMT logic error when translating invariants involving array store and select operations.
3131
* SMTChecker: Fix wrong encoding of string literals as arguments of ``ecrecover`` precompile.
3232
* Standard JSON Interface: Fix ``generatedSources`` and ``sourceMap`` being generated internally even when not requested.
33-
* TypeChecker: Fix supurious compilation errors due to incorrect computation of contract storage size which erroneously included transient storage variables.
33+
* TypeChecker: Fix spurious compilation errors due to incorrect computation of contract storage size which erroneously included transient storage variables.
3434
* Yul: Fix internal compiler error when a code generation error should be reported instead.
3535
* Yul Optimizer: Fix failing debug assertion due to dereferencing of an empty ``optional`` value.
3636

0 commit comments

Comments
 (0)