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.