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 af256fae93..62c9d1b1f6 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -5,6 +5,9 @@
* `BusAdjacency` enum replaced with a protocol buffer `DeviceLocality`. PCI bus
indexing now starts from 1 instead of 0, and bus_id==0 is used where previously
BUS_ANY was used.
+* `Env::FileExists` and `FileSystem::FileExists` now return a tensorflow::Status
+ intead of a bool. Any callers to this function can be converted to a bool
+ by adding .ok() to the call.
# Release 0.11.0