Skip to content

Commit cff5fa7

Browse files
0.9.0 readiness
Updates the CHANGELOG.md to set the release date.
1 parent 9b927bb commit cff5fa7

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,34 @@
22

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

5-
## 0.9.0 - TBD
5+
## 0.9.0 - 2020-12-04
66

7-
### Added
87

9-
- Nothing.
108

11-
### Changed
9+
-----
1210

13-
- Nothing.
11+
### Release Notes for [0.9.0](https://github.com/open-code-modeling/php-code-ast/milestone/7)
1412

15-
### Deprecated
13+
Feature release (minor)
1614

17-
- Nothing.
15+
### 0.9.0
1816

19-
### Removed
17+
- Total issues resolved: **7**
18+
- Total pull requests resolved: **0**
19+
- Total contributors: **1**
2020

21-
- Nothing.
21+
#### bug
2222

23-
### Fixed
23+
- [49: Fix return type of *DocBlockHint() methods](https://github.com/open-code-modeling/php-code-ast/issues/49) thanks to @sandrokeil
2424

25-
- Nothing.
25+
#### enhancement
2626

27+
- [48: Add has* methods to ClassBuilder](https://github.com/open-code-modeling/php-code-ast/issues/48) thanks to @sandrokeil
28+
- [47: Support Node\NullableType in Builder classes](https://github.com/open-code-modeling/php-code-ast/issues/47) thanks to @sandrokeil
29+
- [46: Support for returning ClassInfo for namespace in ClassInfoList](https://github.com/open-code-modeling/php-code-ast/issues/46) thanks to @sandrokeil
30+
- [45: Add ClassBuilder collection](https://github.com/open-code-modeling/php-code-ast/issues/45) thanks to @sandrokeil
31+
- [44: Allow add/remove of constants, properties, methods, traits and namespace imports in ClassBuilder](https://github.com/open-code-modeling/php-code-ast/issues/44) thanks to @sandrokeil
32+
- [43: Support @var comment in Builder\ClassPropertyBuilder::fromNode()](https://github.com/open-code-modeling/php-code-ast/issues/43) thanks to @sandrokeil
2733

2834
## 0.8.6 - 2020-11-20
2935

0 commit comments

Comments
 (0)