From b08c4ad78728ba22b99fc7a1268a77f38d6c93cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Wed, 10 Nov 2021 14:32:52 +0100 Subject: [PATCH] Update _posts/2021-11-10-1.2.2-released.md Co-authored-by: Beta Ziliani --- _posts/2021-11-10-1.2.2-released.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2021-11-10-1.2.2-released.md b/_posts/2021-11-10-1.2.2-released.md index 50acc76d..84551a00 100644 --- a/_posts/2021-11-10-1.2.2-released.md +++ b/_posts/2021-11-10-1.2.2-released.md @@ -14,7 +14,7 @@ In this patch release we included [15 PRs since the 1.2.1 release](https://githu We have fixed three regressions in the compiler, two of them related to debug mode: -* Virtual metaclasses missed a type restriction ([#11397](https://github.com/crystal-lang/crystal/issues/11376)) since 1.20. +* Virtual metaclasses missed a type restriction ([#11397](https://github.com/crystal-lang/crystal/issues/11376)) since 1.2.0. * Debug locations were missing for some const and class var read calls ([#11417](https://github.com/crystal-lang/crystal/pull/11417)). This only affected `--debug` builds since 1.2.0. * Debug locations were missing for some union types ([#11390](https://github.com/crystal-lang/crystal/pull/11390)). This only affected `--debug` builds since 1.2.1.