diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 7d52b289c..d7e1edb88 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. |