summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-08-14 01:28:04 +0200
committerAraq <rumpf_a@web.de>2018-08-14 01:28:04 +0200
commit83c89197f3fda783819cd0c5de06561c3e6f3616 (patch)
treea20026b8c9064445119f92bc35f4c85db66935d6 /changelog.md
parent741f95e2d63746af8542f4679656a6e345120265 (diff)
downloadNim-83c89197f3fda783819cd0c5de06561c3e6f3616.tar.gz
renames threadpool.await to blockUntil; refs #7853
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md4
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.