fixes changelog links (#20446)

This commit is contained in:
ringabout
2022-09-29 01:40:14 +08:00
committed by GitHub
parent 92a0f191bf
commit b463c8aedf

View File

@@ -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.