Include recent C graph-construction API in release notes.

Change: 127385333
This commit is contained in:
A. Unique TensorFlower 2016-07-13 17:40:21 -08:00 committed by TensorFlower Gardener
parent 92500ae8e2
commit 9295b579c8

View File

@ -3,6 +3,7 @@
## Features and Improvements
* Connectionist Temporal Classification ops are now "official" (see, e.g.,
`tf.nn.ctc_loss`)
* Preliminary graph-construction C API, for use by language bindings.
## Breaking Changes to the API
* `env.h` replaces use of `New*File()` functions to use `std::unique_ptr`