Add a Changes document to keep track of release notes

This commit is contained in:
Carl Mastrangelo 2015-09-16 15:02:38 -07:00
parent 24c398ed1c
commit f3a5811fbf
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)