aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
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