summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2022-12-05 02:53:40 -0300
committerGitHub <noreply@github.com>2022-12-05 06:53:40 +0100
commit1b5e03f975a9e02c217ece12b02ba483fa1e5cc0 (patch)
tree7aded9829281062f61a3c020a6aa2a1d74c621e7 /changelog.md
parent78b387d948a614feffad9daae3e9920b6f1ff813 (diff)
downloadNim-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.md3
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