Skip to content

Commit f37ecbb

Browse files
authored
closes #21778; document threading/channels (#21779)
1 parent 1d80dc7 commit f37ecbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelogs/changelog_2_0_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
`ptr int32`, `ptr int64`, `ptr float32`, `ptr float64`
4141

4242
- Enabling `-d:nimPreviewSlimSystem` removes the import of `channels_builtin` in
43-
in the `system` module.
43+
in the `system` module, which is replaced by [threading/channels](https://github.com/nim-lang/threading/blob/master/threading/channels.nim). Use the command "nimble install threading" and import `threading/channels`.
4444

4545
- Enabling `-d:nimPreviewCstringConversion`, `ptr char`, `ptr array[N, char]` and `ptr UncheckedArray[N, char]` don't support conversion to cstring anymore.
4646

0 commit comments

Comments
 (0)