aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Geoffrey Irving <geoffreyi@google.com>2016-01-25 09:43:13 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-25 10:49:30 -0800
commit5643775f26cb3df06be2b0415ab703b9bf68e751 (patch)
treed4b194c0d4e8255f98b11aca6fcdb8f6de9988e8 /RELEASE.md
parent9b70316263eb74476ab96b7c0f300c4d90223425 (diff)
Remove TensorShape::ShortDebugString in favor of TensorShape::DebugString
The two functions already have the same behavior. Change: 112959229
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 c2d4f0156d..82240dbea5 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -22,6 +22,9 @@
* `tensor_shape.h` -> `../framework/tensor_shape.h`
* `partial_tensor_shape.h` -> `../framework/partial_tensor_shape.h`
* `tensorflow_server.h` deleted
+* For C++ API users: `TensorShape::ShortDebugString` has been renamed to
+ `DebugString`, and the previous `DebugString` behavior is gone (it was
+ needlessly verbose and produced a confusing empty string for scalars).
## Bug fixes