Skip to content

Commit 8c48cd7

Browse files
committed
Fix typos in Changelog.md
1 parent d6a396e commit 8c48cd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ Language Features:
16011601

16021602
Compiler Features:
16031603
* 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.
16051605
* Metadata: Update the swarm hash to the current specification, changes ``bzzr0`` to ``bzzr1`` and urls to use ``bzz-raw://``.
16061606
* Standard JSON Interface: Compile only selected sources and contracts.
16071607
* Standard JSON Interface: Provide secondary error locations (e.g. the source position of other conflicting declarations).
@@ -1831,7 +1831,7 @@ Bugfixes:
18311831
* SMTChecker: Fix crash related to statically-sized arrays.
18321832
* TypeChecker: Fix internal error and disallow index access on contracts and libraries.
18331833
* 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.
18351835
* Yul Optimizer: Properly take reassignments to variables in sub-expressions into account when replacing in the ExpressionSimplifier.
18361836

18371837

0 commit comments

Comments
 (0)