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

Commit b6d2ffb

Browse files
committed
Merge branch 'releases/1.0.2'
1.0.2 readiness
2 parents 133161c + bea2689 commit b6d2ffb

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5+
## 1.0.2 - 2015-06-04
6+
7+
### Added
8+
9+
- [#27](https://github.com/zendframework/zend-diactoros/pull/27) adds phonetic
10+
pronunciation of "Diactoros" to the README file.
11+
- [#36](https://github.com/zendframework/zend-diactoros/pull/36) adds property
12+
annotations to the class-level docblock of `Zend\Diactoros\RequestTrait` to
13+
ensure properties inherited from the `MessageTrait` are inherited by
14+
implementations.
15+
16+
### Deprecated
17+
18+
- Nothing.
19+
20+
### Removed
21+
22+
- Nothing.
23+
24+
### Fixed
25+
26+
- [#41](https://github.com/zendframework/zend-diactoros/pull/41) fixes the
27+
namespace for test files to begin with `ZendTest` instead of `Zend`.
28+
- [#46](https://github.com/zendframework/zend-diactoros/pull/46) ensures that
29+
the cookie and query params for the `ServerRequest` implementation are
30+
initialized as arrays.
31+
- [#47](https://github.com/zendframework/zend-diactoros/pull/47) modifies the
32+
internal logic in `HeaderSecurity::isValid()` to use a regular expression
33+
instead of character-by-character comparisons, improving performance.
34+
535
## 1.0.1 - 2015-05-26
636

737
### Added

0 commit comments

Comments
 (0)