From e6623e3167867037fb486102deebea22e04318bd Mon Sep 17 00:00:00 2001 From: Mark Daoust Date: Tue, 17 Oct 2017 14:44:47 -0700 Subject: [PATCH] Link to Datasets doc in release notes PiperOrigin-RevId: 172517507 --- RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index c5f1e8b309c..2c6535c15de 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,7 +1,8 @@ # Release 1.4.0 ## Major Features And Improvements -* `tf.data` is now part of the core TensorFlow API. +* [`tf.data`](http://tensorflow.org/programmers_guide/datasets) is now part of + the core TensorFlow API. * The API is now subject to backwards compatibility guarantees. * For a guide to migrating from the `tf.contrib.data` API, see the [README] (https://github.com/tensorflow/tensorflow/blob/r1.4/tensorflow/contrib/data/README.md).