Skip to content

Commit

Permalink
Fix: Typo in the release note
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Jul 7, 2018
1 parent 3a8b3f5 commit 4f9460b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4f9460b

Please sign in to comment.