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

Commit 693c47f

Browse files
committed
Documented 3.3.0 release changes
1 parent 0cf2af8 commit 693c47f

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)