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

Commit

Permalink
Documented 3.3.0 release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Oct 20, 2017
1 parent 0cf2af8 commit 693c47f
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,20 @@ All notable changes to this project will be documented in this file, in reverse

- Nothing.

## 3.3.0 - TBD
## 3.3.0 - 2017-10-20

### Added

- Nothing.
- [#131](https://github.com/zendframework/zend-code/pull/131) added the
ability to omit a parameter type declaration
- [#132](https://github.com/zendframework/zend-code/pull/132) added a
lightweight `MethodGenerator::copyMethodSignature()` constructor that
only copies the method declaration with no body nor docblock.
- [#134](https://github.com/zendframework/zend-code/pull/134) short array
notation is now used by default for generated array values
- [#136](https://github.com/zendframework/zend-code/pull/136) added the
ability to specify an `omitdefaultvalue` key when using
`ParameterGenerator::fromArray()`

### Deprecated

Expand All @@ -36,7 +45,11 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- Nothing.
- [#130](https://github.com/zendframework/zend-code/pull/130) Updated
links to the documentation
- [#133](https://github.com/zendframework/zend-code/pull/133) The default
value of a `ParameterGenerator` is always a `ValueGenerator`


## 3.2.0 - 2017-07-23

Expand Down

0 comments on commit 693c47f

Please sign in to comment.