From 850992bfebed999c34d8e1bf52dcc0a5b57d8ad2 Mon Sep 17 00:00:00 2001 From: Anthony Platanios Date: Wed, 31 Jan 2018 01:24:39 -0500 Subject: [PATCH] Updated the new version release notes. --- notes/v0.1.1.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/notes/v0.1.1.md b/notes/v0.1.1.md index 28a278058..221178065 100644 --- a/notes/v0.1.1.md +++ b/notes/v0.1.1.md @@ -1,4 +1,11 @@ # 0.1.1 Minor Fix -This release fixes an issue with the packaged pre-compiled TensorFlow -binaries. +This release fixes the following bugs: + + - Issue with the packaged pre-compiled TensorFlow binaries that + affected Linux platforms. + - Learn API bug where the shared name of input iterators was being + set incorrectly. + +I also switched to using CircleCI for continuous integration, instead +of TravisCI.