22
33All notable changes to this project will be documented in this file, in reverse chronological order by release.
44
5- ## 3.2 .0 - TBD
5+ ## 3.3 .0 - TBD
66
77### Added
88
@@ -20,23 +20,54 @@ All notable changes to this project will be documented in this file, in reverse
2020
2121- Nothing.
2222
23- ## 3.1.1 - TBD
23+ ## 3.2.0 - 2017-07-23
2424
2525### Added
2626
27- - Nothing.
27+ - [ #112 ] ( https://github.com/zendframework/zend-code/pull/112 )
28+ [ #110 ] ( https://github.com/zendframework/zend-code/pull/110 ) Introduced
29+ support for the PHP ` 7.2 ` ` object ` type-hint
30+ - [ #41 ] ( https://github.com/zendframework/zend-code/pull/41 ) Added ` VarTag `
31+ support to the docblock generators and reflectors: allows generating
32+ and parsing ` @var ` tags.
33+ - [ #113 ] ( https://github.com/zendframework/zend-code/pull/113 ) Added
34+ PHP ` 7.2 ` to the build matrix
35+ - [ #114 ] ( https://github.com/zendframework/zend-code/pull/114 ) Increased
36+ minimum supported PHP version to ` ^7.1.0 `
37+ - [ #114 ] ( https://github.com/zendframework/zend-code/pull/114 ) Upgraded
38+ PHPUnit dependency to ` ^6.2.2 `
39+ - [ #121 ] ( https://github.com/zendframework/zend-code/pull/121 ) Imported
40+ global functions via ` use ` statements (experimenting with OpCache
41+ OPCODE inlining optimisations)
2842
2943### Deprecated
3044
3145- Nothing.
3246
3347### Removed
3448
35- - Nothing.
49+ - [ #113 ] ( https://github.com/zendframework/zend-code/pull/113 )
50+ [ #118 ] ( https://github.com/zendframework/zend-code/pull/118 ) Removed
51+ HHVM support
52+ - [ #122 ] ( https://github.com/zendframework/zend-code/pull/122 ) Removed
53+ IRC notifications for pushes/build statuses
3654
3755### Fixed
3856
39- - Nothing.
57+ - [ #101 ] ( https://github.com/zendframework/zend-code/pull/101 ) avoid
58+ calling ` isInternalPhpType ` twice in the ` TypeGenerator `
59+ - [ #115 ] ( https://github.com/zendframework/zend-code/pull/115 ) Replaced
60+ assertions in the test suite with their static counterparts where
61+ applicable
62+ - [ #120 ] ( https://github.com/zendframework/zend-code/pull/120 )
63+ [ #109 ] ( https://github.com/zendframework/zend-code/pull/109 )
64+ [ #100 ] ( https://github.com/zendframework/zend-code/pull/100 ) Applied
65+ ZendFramework coding standard to the library code
66+ - [ #119 ] ( https://github.com/zendframework/zend-code/pull/119 ) Corrected
67+ test suite errors caused by mismatching parameter order
68+ - [ #106 ] ( https://github.com/zendframework/zend-code/pull/106 )
69+ - [ #107 ] ( https://github.com/zendframework/zend-code/pull/107 ) Minor
70+ typing error corrections in documentation and error messages
4071
4172## 3.1.0 - 2016-10-24
4273
0 commit comments