diff options
author | Araq <rumpf_a@web.de> | 2018-08-14 01:28:04 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-08-14 01:28:04 +0200 |
commit | 83c89197f3fda783819cd0c5de06561c3e6f3616 (patch) | |
tree | a20026b8c9064445119f92bc35f4c85db66935d6 /changelog.md | |
parent | 741f95e2d63746af8542f4679656a6e345120265 (diff) | |
download | Nim-83c89197f3fda783819cd0c5de06561c3e6f3616.tar.gz |
renames threadpool.await to blockUntil; refs #7853
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index b84cf16a1..e2203e602 100644 --- a/changelog.md +++ b/changelog.md @@ -63,6 +63,10 @@ - ``lineInfoObj`` now returns absolute path instead of project path. It's used by ``lineInfo``, ``check``, ``expect``, ``require``, etc. +- `threadpool`'s `await` and derivatives have been renamed to `blockUntil` + to avoid confusions with `await` from the `async` macro. + + #### Breaking changes in the compiler - The undocumented ``#? braces`` parsing mode was removed. |