From ea4b9e2f989a630f8f81a154760110f01a8ee214 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 9 Dec 2019 11:57:44 +0100 Subject: [PATCH] Changelog wording. --- Changelog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index a691203c2..ef537243f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,9 @@ -### 0.5.14 (unreleased) +### 0.5.14 (2019-12-09) Language Features: * Allow to obtain the selector of public or external library functions via a member ``.selector``. - * Parser: Allow splitting string and hexadecimal string literals into multiple parts. - * Inline Assembly: Support referencing other constants. + * Parser: Allow splitting hexadecimal and regular string literals into multiple parts. + * Inline Assembly: Support constants that reference other constants. Compiler Features: