From 4f26ab2fb123d5091d4f45cb9aa8043c6c845f00 Mon Sep 17 00:00:00 2001 From: Felix Petriconi Date: Wed, 24 Oct 2018 07:42:42 +0200 Subject: [PATCH] Add draft of release note --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index f2ac931da..7cc228722 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +## v1.3.3 - 2018 - October - 25 + +- Fixed Issues + - [#154](https://github.com/stlab/libraries/issues/154) : + - Race condition in blockin_get(future, const std::chrono::nanoseconds&) + +- Enhancedments + - The library can now be included as cmake dependency (Many thanks to Austin McCartney) + ## v1.3.2 - 2018 - July - 28 - Fixed Issues