Merge branch 'changelog'

This commit is contained in:
Carl Mastrangelo 2015-09-16 15:12:16 -07:00
commit b24aa53d13
1 changed files with 11 additions and 0 deletions

11
CHANGES.md Normal file
View File

@ -0,0 +1,11 @@
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)