aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Mark Daoust <markdaoust@google.com>2017-10-17 14:44:47 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-10-17 14:50:44 -0700
commite6623e3167867037fb486102deebea22e04318bd (patch)
tree4c8089853b8b39c92389db4346ffcbd8b291197a
parentb190a9ebfe102de586313565ecb75f03972d172f (diff)
Link to Datasets doc in release notes
PiperOrigin-RevId: 172517507
-rw-r--r--RELEASE.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE.md b/RELEASE.md
index c5f1e8b309..2c6535c15d 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).