Skip to content

Commit 67a4e33

Browse files
committed
2.0.2 preparedness
- Updated version in README.md - Updated changelog
1 parent e34b567 commit 67a4e33

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# CHANGELOG
22

3+
## 2.0.2:
4+
5+
- 2383: Changed unreserved char definition in Zend\Uri (ZF2-533) and added shell
6+
escaping to the test runner (https://github.com/zendframework/zf2/pull/2383)
7+
- 2393: Trying to solve issue ZF2-558
8+
(https://github.com/zendframework/zf2/pull/2393)
9+
- 2398: Segment route: add fix for optional groups within optional groups
10+
(https://github.com/zendframework/zf2/pull/2398)
11+
- 2400: Use 'Router' in http env and 'HttpRouter' in cli
12+
(https://github.com/zendframework/zf2/pull/2400)
13+
- 2401: Better precision for userland fmod algorithm
14+
(https://github.com/zendframework/zf2/pull/2401)
15+
16+
317
## 2.0.1:
418

519
- 2285: Seed RouteMatch params as long as params is set. This permits setting an

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Master: [![Build Status](https://secure.travis-ci.org/zendframework/zf2.png?bran
44

55
## RELEASE INFORMATION
66

7-
*Zend Framework 2.0.1*
7+
*Zend Framework 2.0.2*
88

9-
This is the first maintenance release for the 2.0 series.
9+
This is the second maintenance release for the 2.0 series.
1010

11-
20 Sep 2012
11+
21 Sep 2012
1212

13-
### UPDATES IN 2.0.1
13+
### UPDATES IN 2.0.2
1414

1515
Please see [CHANGELOG.md](CHANGELOG.md).
1616

0 commit comments

Comments
 (0)