aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-07 18:37:54 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-07 18:37:54 -0800
commit02dff6d0d838397860b6ff5256413b54da482996 (patch)
tree6c4c6614ed9b365b86016003a956bd8d8ac6bda6 /RELEASE.md
parentd38fecedf54d405270377a096f58413101068792 (diff)
Fix bug where attrs with values that are the empty list
were not being properly set via the Python API. Change: 111635679
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 799113f23f..358e2aef1c 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -11,6 +11,14 @@
safety is handled by `saturate_cast`, which makes sure over- and underflows
are handled before casting to data types with smaller ranges.
+## Bug fixes
+
+* The Python API will now properly set the `list` member of `AttrValue` in
+ constructed `GraphDef` messages for empty lists. The serialization of some
+ graphs will change, but the change is both forwards and backwards compatible.
+ It will break tests that compare a generated `GraphDef` to a golden serialized
+ `GraphDef`.
+
# Release 0.6.0
## Major Features and Improvements