From 52ea572ec152cd43a63761b2dfe00b368880c937 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 23 May 2022 15:43:03 +0200 Subject: [PATCH] Copy editing changelog. --- Changelog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 10c65182c..b37938172 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,12 +1,12 @@ ### 0.8.15 (unreleased) Language Features: -* General: Add `E.selector` for a non-anonymous event `E` to access the 32-byte selector topic. -* General: Errors and Events allow qualified access from other contracts. + * Add `E.selector` for a non-anonymous event `E` to access the 32-byte selector topic. + * Errors and Events allow qualified access from other contracts. Compiler Features: -* LSP: Add rudimentary support for semantic highlighting. + * LSP: Add rudimentary support for semantic highlighting. * Yul Optimizer: Improve inlining heuristics for via IR code generation and pure Yul compilation.