File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1601,7 +1601,7 @@ Language Features:
1601
1601
1602
1602
Compiler Features:
1603
1603
* ABI: Additional internal type info in the field `` internalType `` .
1604
- * eWasm: Highly experimental eWasm output using `` --ewasm `` in the commandline interface or output selection of `` ewasm.wast `` in standard-json.
1604
+ * eWasm: Highly experimental eWasm output using `` --ewasm `` in the commandline interface or output selection of `` ewasm.waste `` in standard-json.
1605
1605
* Metadata: Update the swarm hash to the current specification, changes `` bzzr0 `` to `` bzzr1 `` and urls to use `` bzz-raw:// `` .
1606
1606
* Standard JSON Interface: Compile only selected sources and contracts.
1607
1607
* Standard JSON Interface: Provide secondary error locations (e.g. the source position of other conflicting declarations).
@@ -1831,7 +1831,7 @@ Bugfixes:
1831
1831
* SMTChecker: Fix crash related to statically-sized arrays.
1832
1832
* TypeChecker: Fix internal error and disallow index access on contracts and libraries.
1833
1833
* Yul: Properly detect name clashes with functions before their declaration.
1834
- * Yul: Take built-in functions into account in the compilability checker.
1834
+ * Yul: Take built-in functions into account in the compatibility checker.
1835
1835
* Yul Optimizer: Properly take reassignments to variables in sub-expressions into account when replacing in the ExpressionSimplifier.
1836
1836
1837
1837
You can’t perform that action at this time.
0 commit comments