From b169dc4c272e116e297e101e6279ccbfa99426cb Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Tue, 11 Mar 2014 19:19:23 -0400 Subject: [PATCH] Changelog updates. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff15ef0c0..67d0eee75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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_