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

Commit 475b7c7

Browse files
committed
3.0.5 release notes
1 parent 8856a32 commit 475b7c7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 3.0.5 - TBD
5+
## 3.0.5 - 2016-10-24
66

77
### Added
88

@@ -18,7 +18,15 @@ All notable changes to this project will be documented in this file, in reverse
1818

1919
### Fixed
2020

21-
- Nothing.
21+
- [#92](https://github.com/zendframework/zend-code/pull/92) corrected
22+
`Zend\Code\Scanner\ClassScanner` to detect multiple interface inheritance.
23+
- [#95](https://github.com/zendframework/zend-code/pull/95) corrected
24+
`Zend\Code\Generator\ParameterGenerator` to allow copying parameter signatures
25+
for non-optional parameters that are still nullable via a default `= null`
26+
value.
27+
- [#94](https://github.com/zendframework/zend-code/pull/94) corrected
28+
`Zend\Code\Generator\ValueGenerator` so that class constants can now
29+
be generated with arrays as default value (supported since PHP 5.6).
2230

2331
## 3.0.4 - 2016-06-30
2432

0 commit comments

Comments
 (0)