Delete CHANGES.md

Release notes are available at the [releases](https://github.com/grpc/grpc-java/releases) tab at [grpc-java](https://github.com/grpc/grpc-java) page. This file is also way out of date.
This commit is contained in:
ZHANG Dapeng 2017-11-08 11:04:39 -08:00 committed by GitHub
parent a3c44fa7ca
commit 8af643d0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
Changes between 0.9.0 and 0.10.0:
--------------------------------
#### Features
#### API Changes
* OkHttpChannelBuilder.overrideHostForAuthority is deprecated
#### Bug Fixes
* ServerCall forces headers to be sent first
* Servers cannot be started after shutting down (#1023)