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

Commit af5926e

Browse files
committed
Add CHANGELOG section for 4.0
1 parent 970d18c commit af5926e

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

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

5+
## 4.0.0 - TBD
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- Nothing.
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- Nothing.
22+
23+
### Fixed
24+
25+
- Nothing.
26+
527
## 3.2.0 - TBD
628

729
### Added

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
"extra": {
6969
"branch-alias": {
7070
"dev-master": "3.1-dev",
71-
"dev-develop": "3.2-dev"
71+
"dev-develop": "3.2-dev",
72+
"dev-next": "4.0-dev"
7273
}
7374
},
7475
"scripts": {

0 commit comments

Comments
 (0)