summary refs log tree commit diff stats
path: root/web/news/version_0_15_released.rst
diff options
context:
space:
mode:
Diffstat (limited to 'web/news/version_0_15_released.rst')
-rw-r--r--web/news/version_0_15_released.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news/version_0_15_released.rst b/web/news/version_0_15_released.rst
index a5d2e77bd..490b5ca37 100644
--- a/web/news/version_0_15_released.rst
+++ b/web/news/version_0_15_released.rst
@@ -104,6 +104,9 @@ Library Additions
 - Added a new macro called ``multisync`` allowing you to write procedures for
 synchronous and asynchronous sockets with no duplication.
 
+- The ``async`` macro will now complete ``FutureVar[T]`` parameters
+  automatically unless they have been completed already.
+
 Compiler Additions
 ------------------