From 9fd5acc5cc87d05ac7630e7e6508ced94ea15449 Mon Sep 17 00:00:00 2001 From: Phil Date: Sun, 4 Sep 2016 23:44:31 +0100 Subject: [PATCH] Updated release notes --- RELEASE_NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 404ef25..855279d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,10 @@ +#### 0.4.0-alpha - 04/09/2016 +API improvements, particularly centred around simplifying common tasks +Added support for asynchronous IO within the IO type +Added support for forking and awaiting TPL tasks +Many performance optimisations +Documentation massively improved + #### 0.3.0-alpha - 12/07/2016 Added support for recursive PUs Renamed Handles to Channels - part of wider API improvements