From 6f7b9330c0bc3111ee67437b9bc85bcaac2820a6 Mon Sep 17 00:00:00 2001 From: hlaaftana Date: Fri, 10 Dec 2021 16:20:12 +0300 Subject: [PATCH] fix changelog [skip ci] --- changelog.md | 1 - 1 file changed, 1 deletion(-) diff --git a/changelog.md b/changelog.md index 0a484b0d41dee..013951554624b 100644 --- a/changelog.md +++ b/changelog.md @@ -59,7 +59,6 @@ ``` - [Case statement macros](manual.html#macros-case-statement-macros) are no longer experimental, meaning you no longer need to enable the experimental switch `caseStmtMacros` to use them. - meaning you no longer need to enable the experimental switch `caseStmtMacros` to use them. - Full command syntax and block arguments i.e. `foo a, b: c` are now allowed for the right-hand side of type definitions in type sections. Previously they would error with "invalid indentation".