From 68d1f43a0ddf8079ec301fe14a135a5a0d467b30 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 29 Dec 2021 18:17:28 +0100 Subject: [PATCH] Changelog entry. --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index e4022b2b1..f450157c2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,7 @@ ### 0.8.12 (unreleased) Compiler Features: - + * Modifiers: Use internal function calls and thus prevent code duplication for modifiers that have a single `_;` at the end. Bugfixes: