From e6896bb4b49918b398ca273a90081c0ab0b2df09 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 25 Jun 2018 10:54:22 -0700 Subject: Fixed a typo in the release notes. PiperOrigin-RevId: 201980831 --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RELEASE.md') 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 -- cgit v1.2.3