From 41c4ed8dca044a80eb8f3325581e68bafa11495a Mon Sep 17 00:00:00 2001 From: Bilog WEB3 <155262265+Bilogweb3@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:00:11 +0100 Subject: [PATCH] Update changelog_1_2_0.md (#24607) (cherry picked from commit 26ed46999638ed1e9bd31c476294c3365119c2b4) --- changelogs/changelog_1_2_0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelogs/changelog_1_2_0.md b/changelogs/changelog_1_2_0.md index 1f76df0b49..11390fee17 100644 --- a/changelogs/changelog_1_2_0.md +++ b/changelogs/changelog_1_2_0.md @@ -169,7 +169,7 @@ echo f - The Nim compiler now supports a new pragma called ``.localPassc`` to pass specific compiler options to the C(++) backend for the C(++) file that was produced from the current Nim module. -- The compiler now inferes "sink parameters". To disable this for a specific routine, +- The compiler now infers "sink parameters". To disable this for a specific routine, annotate it with `.nosinks`. To disable it for a section of code, use `{.push sinkInference: off.}`...`{.pop.}`. - The compiler now supports a new switch `--panics:on` that turns runtime @@ -261,7 +261,7 @@ echo f ([#12812](https://github.com/nim-lang/Nim/issues/12812)) - Fixed "Produce static/const initializations for variables when possible" ([#12216](https://github.com/nim-lang/Nim/issues/12216)) -- Fixed "Assigning descriminator field leads to internal assert with --gc:destructors" +- Fixed "Assigning discriminator field leads to internal assert with --gc:destructors" ([#12821](https://github.com/nim-lang/Nim/issues/12821)) - Fixed "nimsuggest `use` command does not return all instances of symbol" ([#12832](https://github.com/nim-lang/Nim/issues/12832))