This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,20 @@ All notable changes to this project will be documented in this file, in reverse
20
20
21
21
- Nothing.
22
22
23
- ## 3.3.0 - TBD
23
+ ## 3.3.0 - 2017-10-20
24
24
25
25
### Added
26
26
27
- - Nothing.
27
+ - [ #131 ] ( https://github.com/zendframework/zend-code/pull/131 ) added the
28
+ ability to omit a parameter type declaration
29
+ - [ #132 ] ( https://github.com/zendframework/zend-code/pull/132 ) added a
30
+ lightweight ` MethodGenerator::copyMethodSignature() ` constructor that
31
+ only copies the method declaration with no body nor docblock.
32
+ - [ #134 ] ( https://github.com/zendframework/zend-code/pull/134 ) short array
33
+ notation is now used by default for generated array values
34
+ - [ #136 ] ( https://github.com/zendframework/zend-code/pull/136 ) added the
35
+ ability to specify an ` omitdefaultvalue ` key when using
36
+ ` ParameterGenerator::fromArray() `
28
37
29
38
### Deprecated
30
39
@@ -36,7 +45,11 @@ All notable changes to this project will be documented in this file, in reverse
36
45
37
46
### Fixed
38
47
39
- - Nothing.
48
+ - [ #130 ] ( https://github.com/zendframework/zend-code/pull/130 ) Updated
49
+ links to the documentation
50
+ - [ #133 ] ( https://github.com/zendframework/zend-code/pull/133 ) The default
51
+ value of a ` ParameterGenerator ` is always a ` ValueGenerator `
52
+
40
53
41
54
## 3.2.0 - 2017-07-23
42
55
You can’t perform that action at this time.
0 commit comments