aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 52cd9ef72b..21207a7efa 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -24,6 +24,7 @@
## 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.
## Bug Fixes and Other Changes