aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Derek Murray <mrry@google.com>2017-04-11 10:31:27 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-11 11:45:53 -0700
commit4e69ce821b5d6f579223f4adaf2987460767ab0e (patch)
treecee3d3fcf3076d7b8b3db5257c874d81c4e89742 /RELEASE.md
parent8ab0ce8f86780ccb9ce1365ce6a95ba133c0bb4b (diff)
Update release notes with mention of `tf.Session.make_callable()`.
Change: 152837661
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index ebb5c28451..33fce86bf4 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,3 +1,9 @@
+# Changes since the last release
+
+## Major Features and Improvements
+* Added `tf.Session.make_callable()`, which provides a lower overhead means of running a similar step multiple times.
+
+
# Release 1.1.0
## Major Features and Improvements