File tree 2 files changed +18
-4
lines changed
2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
17
## 2.0.1:
4
18
5
19
- 2285: Seed RouteMatch params as long as params is set. This permits setting an
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ Master: [ .
16
16
You can’t perform that action at this time.
0 commit comments