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
2020
2121- Nothing.
2222
23- ## 3.3.0 - TBD
23+ ## 3.3.0 - 2017-10-20
2424
2525### Added
2626
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() `
2837
2938### Deprecated
3039
@@ -36,7 +45,11 @@ All notable changes to this project will be documented in this file, in reverse
3645
3746### Fixed
3847
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+
4053
4154## 3.2.0 - 2017-07-23
4255
You can’t perform that action at this time.
0 commit comments