Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 8cd475b

Browse files
committed
Updated the CHANGELOG
1 parent 484ca64 commit 8cd475b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ All notable changes to this project will be documented in this file, in reverse
2020

2121
- Nothing.
2222

23-
## 2.5.5 - TBD
23+
## 2.5.5 - 2016-08-08
2424

2525
### Added
2626

@@ -46,6 +46,12 @@ All notable changes to this project will be documented in this file, in reverse
4646
`ContentLength` constructor to test for a non null value (vs a falsy value)
4747
before validating the value; this ensures 0 values may be specified for the
4848
length.
49+
- [#85](https://github.com/zendframework/zend-http/pull/85) fixes infinite recursion
50+
on AbstractAccept. If you create a new Accept and try to call getFieldValue(),
51+
an infinite recursion and a fatal error happens.
52+
- [#58](https://github.com/zendframework/zend-http/pull/58) avoid triggering a notice
53+
with special crafted accept headers. In the case the value of an accept header
54+
does not contain an equal sign, an "Undefined offset" notice is triggered.
4955

5056
## 2.5.4 - 2016-02-04
5157

0 commit comments

Comments
 (0)