2
2
3
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
4
5
- ## 3.2 .0 - TBD
5
+ ## 3.3 .0 - TBD
6
6
7
7
### Added
8
8
@@ -20,23 +20,54 @@ All notable changes to this project will be documented in this file, in reverse
20
20
21
21
- Nothing.
22
22
23
- ## 3.1.1 - TBD
23
+ ## 3.2.0 - 2017-07-23
24
24
25
25
### Added
26
26
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)
28
42
29
43
### Deprecated
30
44
31
45
- Nothing.
32
46
33
47
### Removed
34
48
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
36
54
37
55
### Fixed
38
56
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
40
71
41
72
## 3.1.0 - 2016-10-24
42
73
0 commit comments