aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2016-01-27 13:54:08 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-27 14:01:22 -0800
commitc3c27f275f94af6e32ecaff66a6bf439abdaff5b (patch)
tree528d0353eee14787aeefc52918afb9b32dd7bfbd /RELEASE.md
parent0cee1d3dac5961a08594c3734eea14fc490f3250 (diff)
TensorFlow: ASSERT_OK and EXPECT_OK are also defined in other projects
that are built with TensorFlow (protobuf), so prefix our macros with TF_ to make them project specific. Change: 113197186
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index aa9aafe25a..41149b3af6 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -28,6 +28,9 @@
* `GraphOptions.skip_common_subexpression_elimination` has been removed. All
graph optimizer options are now specified via
`GraphOptions.OptimizerOptions`.
+* ASSERT_OK / EXPECT_OK macros conflicted with external projects, so they were
+ renamed TF_ASSERT_OK, TF_EXPECT_OK. The existing macros are currently
+ maintained for short-term compatibility but will be removed.
## Bug fixes