aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-06-25 10:54:22 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-25 10:58:18 -0700
commite6896bb4b49918b398ca273a90081c0ab0b2df09 (patch)
treec1e664df7d5fc67b95212e7a309b9f59a2e7e0a2 /RELEASE.md
parent6ee30009ae0bfb827c1a42159531262088c06055 (diff)
Fixed a typo in the release notes.
PiperOrigin-RevId: 201980831
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 76c1401a01..377a8eda37 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -9,7 +9,7 @@
* Using `tf.keras.layers` with custom variable scopes.
* Using `tf.layers` in a subclassed `tf.keras.Model` class. See [here](https://www.tensorflow.org/versions/r1.9/api_docs/python/tf/layers) for more details
-## Breaking Chances
+## Breaking Changes
* If you're opening empty variable scopes; replace `variable_scope`('', ...) by `variable_scope`(`tf.get_variable_scope()`, ...).
## Bug Fixes and Other Changes