Skip to content

Commit

Permalink
Split changelog.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Sep 1, 2019
1 parent 7524c21 commit e9ed5ed
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/phpunit.xml export-ignore
/CHANGELOG.md export-ignore
/CHANGELOG-*.md export-ignore
/LICENSE export-ignore
/README.md export-ignore
10 changes: 1 addition & 9 deletions CHANGELOG.md → CHANGELOG-3.x.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
# Changelog
# Changelog for 3.x

This changelog references the relevant changes (bug and security fixes) done to `orchestra/messages`.

## 4.0.0

Released: 2019-08-29

### Changes

* Update support for Laravel Framework v6.0.

### Removed

* Remove deprecated `Orchestra\Messages\MessageBag::retrieve()`, use `Orchestra\Messages\MessageBag::copy()` instead.
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG-4.x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog for 4.x

This changelog references the relevant changes (bug and security fixes) done to `orchestra/messages`.

## 4.0.0

Released: 2019-08-29

### Changes

* Update support for Laravel Framework v6.0.

0 comments on commit e9ed5ed

Please sign in to comment.