1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-21 03:41:07 +03:00

Changelog updates.

This commit is contained in:
Jesse Wilson
2014-03-11 19:19:23 -04:00
parent 408e68af29
commit b169dc4c27

View File

@@ -1,6 +1,17 @@
Change Log
==========
## Version 1.5.1
_2014-03-11_
* Fix 1.5.0 regression where connections should not have been recycled.
* Fix 1.5.0 regression where transparent Gzip was broken by attempting to
recover from another I/O failure.
* Fix problems where spdy/3.1 headers may not have been compressed properly.
* Fix problems with spdy/3.1 and http/2 where the wrong window size was being
used.
## Version 1.5.0
_2014-03-07_