From c3c27f275f94af6e32ecaff66a6bf439abdaff5b Mon Sep 17 00:00:00 2001 From: Vijay Vasudevan Date: Wed, 27 Jan 2016 13:54:08 -0800 Subject: 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 --- RELEASE.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'RELEASE.md') 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 -- cgit v1.2.3