From c3899bd54961f6a98b76d48bafcb105a798f3391 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 8 Nov 2022 17:48:36 +0100 Subject: [PATCH] Indent changelog. --- Changelog.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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: