aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Nutti <nutti.metro@gmail.com>2018-07-07 18:52:48 +0900
committerGravatar Nutti <nutti.metro@gmail.com>2018-07-07 18:52:48 +0900
commit4f9460b3a03fc0ee16109d8c6952587967e2e2aa (patch)
treebee5a110fcebd60401068a90c2c7b6b95f279baa /RELEASE.md
parent3a8b3f585b0562a9f4913373a12b0e92cddf1589 (diff)
Fix: Typo in the release note
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 4b03394427..7bb1e3e1c8 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -21,7 +21,7 @@
* The [distributions.Bijector](https://www.tensorflow.org/versions/r1.9/api_docs/python/tf/contrib/distributions/bijectors/Bijector)
API supports broadcasting for Bijectors with new API changes.
-## Breaking Chances
+## Breaking Changes
* If you're opening empty variable scopes; replace `variable_scope('', ...)` by
`variable_scope(tf.get_variable_scope(), ...)`.
* Headers used for building custom ops have been moved from site-packages/external into site-packages/tensorflow/include/external.