Skip to content

Commit 79cd93e

Browse files
0.8.0 readiness
Updates the CHANGELOG.md to set the release date.
1 parent c6f7b9a commit 79cd93e

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

CHANGELOG.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +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.8.0 - TBD
5+
## 0.8.0 - 2020-11-09
66

7-
### Added
87

9-
- Nothing.
8+
-----
109

11-
### Changed
10+
### Release Notes for [0.8.0](https://github.com/open-code-modeling/php-code-ast/milestone/5)
1211

13-
- Nothing.
1412

15-
### Deprecated
1613

17-
- Nothing.
14+
### 0.8.0
1815

19-
### Removed
16+
- Total issues resolved: **8**
17+
- Total pull requests resolved: **0**
18+
- Total contributors: **1**
19+
20+
#### enhancement
2021

21-
- Nothing.
22+
- [24: Support final and abstract in ClassMethodBuilder](https://github.com/open-code-modeling/php-code-ast/issues/24) thanks to @sandrokeil
23+
- [20: Allow sort of constants, properties, methods, traits and namespace imports in ClassBuilder](https://github.com/open-code-modeling/php-code-ast/issues/20) thanks to @sandrokeil
24+
- [18: Use CS for tests folder](https://github.com/open-code-modeling/php-code-ast/issues/18) thanks to @sandrokeil
25+
- [17: Add high level API for methods](https://github.com/open-code-modeling/php-code-ast/issues/17) thanks to @sandrokeil
2226

23-
### Fixed
27+
#### bug
2428

25-
- Nothing.
29+
- [23: Multiple traits are not unpacked from node](https://github.com/open-code-modeling/php-code-ast/issues/23) thanks to @sandrokeil
30+
- [22: Append traits instead of prepend in ClassUseTrait visitor](https://github.com/open-code-modeling/php-code-ast/issues/22) thanks to @sandrokeil
31+
- [21: Append namespace imports instead of prepend in NamespaceUse visitor](https://github.com/open-code-modeling/php-code-ast/issues/21) thanks to @sandrokeil
32+
- [19: Only generate property var doc block if type / comment is set](https://github.com/open-code-modeling/php-code-ast/issues/19) thanks to @sandrokeil
2633

2734
## 0.7.0 - 2020-11-06
2835

0 commit comments

Comments
 (0)