aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-10-19 16:25:46 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-10-19 17:34:30 -0700
commit79228c74e64a639aeb5692b442522d4aa279f885 (patch)
tree8a567aca00938f446abfa84b55e0abe4b085e583 /RELEASE.md
parent2e01d79cb6a119e2200d863a2414dee4dcf42e42 (diff)
Replace enum BusAdjacency with protobuf DeviceLocality for describing the
topological neighborhood of a device. Change: 136663586
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 60a7304623..0b37c7b092 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,3 +1,11 @@
+# Changes since the last release
+
+## Breaking Changes to the API
+
+* `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.
+
# Release 0.11.0
## Major Features and Improvements