From f575185f3983da68a3f175fd361cf2ea3315fea2 Mon Sep 17 00:00:00 2001 From: Lukas H Date: Fri, 1 Sep 2017 01:17:08 +0200 Subject: [PATCH] Fix release note on associated constants Associated constants seem to be stable everywhere, not just in traits --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index c3a7367a2ee..3342ca6ca0d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -3,7 +3,7 @@ Version 1.20.0 (2017-08-31) Language -------- -- [Associated constants in traits is now stabilised.][42809] +- [Associated constants are now stabilised.][42809] - [A lot of macro bugs are now fixed.][42913] Compiler