From 8c48cd72a7cd36f1a43baab328057f3d0c2628bc Mon Sep 17 00:00:00 2001 From: Ivan Shish Date: Thu, 22 May 2025 23:07:43 +0200 Subject: [PATCH] Fix typos in Changelog.md --- Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 967e548814ef..8585e16e090d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1601,7 +1601,7 @@ Language Features: Compiler Features: * ABI: Additional internal type info in the field ``internalType``. - * eWasm: Highly experimental eWasm output using ``--ewasm`` in the commandline interface or output selection of ``ewasm.wast`` in standard-json. + * eWasm: Highly experimental eWasm output using ``--ewasm`` in the commandline interface or output selection of ``ewasm.waste`` in standard-json. * Metadata: Update the swarm hash to the current specification, changes ``bzzr0`` to ``bzzr1`` and urls to use ``bzz-raw://``. * Standard JSON Interface: Compile only selected sources and contracts. * Standard JSON Interface: Provide secondary error locations (e.g. the source position of other conflicting declarations). @@ -1831,7 +1831,7 @@ Bugfixes: * SMTChecker: Fix crash related to statically-sized arrays. * TypeChecker: Fix internal error and disallow index access on contracts and libraries. * Yul: Properly detect name clashes with functions before their declaration. - * Yul: Take built-in functions into account in the compilability checker. + * Yul: Take built-in functions into account in the compatibility checker. * Yul Optimizer: Properly take reassignments to variables in sub-expressions into account when replacing in the ExpressionSimplifier.