From b3de4d731d651457d14d017346bdba1d86098b3a Mon Sep 17 00:00:00 2001 From: rsdpisuy Date: Wed, 21 Jun 2017 09:48:24 +0300 Subject: [PATCH] Bump version to 1.1.0 --- RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6898b9f7..806de841 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,9 @@ +### 1.1.0 +* Basic support of structs and tuples. +* OpenCL type provider. Strongly typed kernels from OpenCL code are available in F#. +* Documentation updated. +* More examples added. + ### 1.1.0-alpha4 * Basic support of structs and tuples. * Clean references.