From b463c8aedfa5540514489530a0e042f4c697089f Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Thu, 29 Sep 2022 01:40:14 +0800 Subject: [PATCH] fixes changelog links (#20446) --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 7d52b289cf..d7e1edb888 100644 --- a/changelog.md +++ b/changelog.md @@ -44,7 +44,7 @@ - Removed two type pragma syntaxes deprecated since 0.20, namely `type Foo = object {.final.}`, and `type Foo {.final.} [T] = object`. -- [Overloadable enums](https://nim-lang.github.io/Nim/manual_experimental.html#overloadable-enum-value-names) +- [Overloadable enums](https://nim-lang.github.io/Nim/manual.html#types-enumeration-types) are no longer experimental. - Removed the `nimIncrSeqV3` define.