diff --git a/Changelog.md b/Changelog.md index f41dfe4e1..f0cfcb147 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,12 +4,12 @@ Language Features: Compiler Features: -* Commandline Interface: Return exit code ``2`` on uncaught exceptions. -* Commandline Interface: Add `--no-cbor-metadata` that skips CBOR metadata from getting appended at the end of the bytecode. -* Natspec: Add event Natspec inheritance for devdoc. -* Standard JSON: Add a boolean field `settings.metadata.appendCBOR` that skips CBOR metadata from getting appended at the end of the bytecode. -* Yul Optimizer: Allow replacing the previously hard-coded cleanup sequence by specifying custom steps after a colon delimiter (``:``) in the sequence string. -* Language Server: Add basic document hover support. + * Commandline Interface: Return exit code ``2`` on uncaught exceptions. + * Commandline Interface: Add `--no-cbor-metadata` that skips CBOR metadata from getting appended at the end of the bytecode. + * Natspec: Add event Natspec inheritance for devdoc. + * Standard JSON: Add a boolean field `settings.metadata.appendCBOR` that skips CBOR metadata from getting appended at the end of the bytecode. + * Yul Optimizer: Allow replacing the previously hard-coded cleanup sequence by specifying custom steps after a colon delimiter (``:``) in the sequence string. + * Language Server: Add basic document hover support. Bugfixes: