1# Changelog
2
3All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
5## 2.4.8 - 2015-09-14
6
7### Added
8
9- Nothing.
10
11### Deprecated
12
13- Nothing.
14
15### Removed
16
17- Nothing.
18
19### Fixed
20
21- [#23](https://github.com/zendframework/zend-http/pull/23) fixes a BC break
22  introduced with fixes for [ZF2015-04](http://framework.zend.com/security/advisory/ZF2015-04),
23  pertaining specifically to the `SetCookie` header. The fix backs out a
24  check for message splitting syntax, as that particular class already encodes
25  the value in a manner that prevents the attack. It also adds tests to ensure
26  the security vulnerability remains patched.
27