diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2022-12-05 02:53:40 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-05 06:53:40 +0100 |
commit | 1b5e03f975a9e02c217ece12b02ba483fa1e5cc0 (patch) | |
tree | 7aded9829281062f61a3c020a6aa2a1d74c621e7 /changelog.md | |
parent | 78b387d948a614feffad9daae3e9920b6f1ff813 (diff) | |
download | Nim-1b5e03f975a9e02c217ece12b02ba483fa1e5cc0.tar.gz |
Remove deprecated posix.CLONE_STOPPED (#21012)
* Remove deprecated CLONE_STOPPED * Remove deprecated CLONE_STOPPED
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 9ebc3bdaa..8f5fcf95c 100644 --- a/changelog.md +++ b/changelog.md @@ -182,6 +182,9 @@ - Removed deprecated `std/posix.CMSG_SPACE` and `std/posix.CMSG_LEN` that takes wrong argument types. - Removed deprecated `osproc.poDemon`, symbol with typo. +- Removed deprecated `posix.CLONE_STOPPED`. + + ## Language changes - [Tag tracking](https://nim-lang.github.io/Nim/manual.html#effect-system-tag-tracking) supports the definition of forbidden tags by the `.forbids` pragma |