Skip to content

Commit 79a3849

Browse files
committed
Add changelog entry for --import-asm-json.
1 parent 2a6e99f commit 79a3849

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Language Features:
44

55

66
Compiler Features:
7+
* Commandline Interface: Add new input mode `--import-asm-json` that allows the import of EVM Assembly in JSON format.
78
* Commandline Interface: Return exit code ``2`` on uncaught exceptions.
89
* Commandline Interface: Add `--no-cbor-metadata` that skips CBOR metadata from getting appended at the end of the bytecode.
910
* Standard JSON: Add a boolean field `settings.metadata.appendCBOR` that skips CBOR metadata from getting appended at the end of the bytecode.
@@ -203,7 +204,7 @@ Language Features:
203204
Compiler Features:
204205
* Code Generator: Skip existence check for external contract if return data is expected. In this case, the ABI decoder will revert if the contract does not exist.
205206
* Commandline Interface: Accept nested brackets in step sequences passed to ``--yul-optimizations``.
206-
* Commandline Interface: Add ``--debug-info`` option for selecting how much extra debug information should be included in the produced EVM assembly and Yul code.
207+
* Commandline Interface: Add ``--debug-info`` option for selecting how much extra debug information should be included in the produced EVM assembly and Yul code.
207208
* Commandline Interface: Support ``--asm``, ``--bin``, ``--ir-optimized``, ``--ewasm`` and ``--ewasm-ir`` output selection options in assembler mode.
208209
* Commandline Interface: Use different colors when printing errors, warnings and infos.
209210
* JSON AST: Set absolute paths of imports earlier, in the ``parsing`` stage.

0 commit comments

Comments
 (0)