From a088fa1b60d9c48508a0826951bd1105dc85f7d7 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Sun, 8 Mar 2020 02:02:13 +0800 Subject: [PATCH] Prepare 5.0.0 release. Signed-off-by: Mior Muhammad Zaki --- CHANGELOG-3.x.md | 103 ----------------------------------------------- CHANGELOG-4.x.md | 2 +- CHANGELOG-5.x.md | 11 +++++ 3 files changed, 12 insertions(+), 104 deletions(-) delete mode 100644 CHANGELOG-3.x.md create mode 100644 CHANGELOG-5.x.md diff --git a/CHANGELOG-3.x.md b/CHANGELOG-3.x.md deleted file mode 100644 index e5e2aba..0000000 --- a/CHANGELOG-3.x.md +++ /dev/null @@ -1,103 +0,0 @@ -# Changelog for 3.x - -This changelog references the relevant changes (bug and security fixes) done to `orchestra/kernel`. - -## 3.8.4 - -Released: 2019-08-14 - -### Fixes - -* Fallback to query from database when cache driver throws an exception. - -## 3.8.3 - -Released: 2019-08-09 - -### Fixes - -* Fixed flash messages not being stored to session on redirection. - -## 3.8.2 - -Released: 2019-08-06 - -### Changes - -* Use `static function` rather than `function` whenever possible, the PHP engine does not need to instantiate and later GC a `$this` variable for said closure. - -## 3.8.1 - -Released: 2019-07-30 - -### Added - -* Added `Orchestra\Http\Transformer\InteractsWithDateTime` trait. - -### Changes - -* Improve performance by prefixing all global functions calls with `\` to skip the look up and resolve process and go straight to the global function. - -## 3.8.0 - -Released: 2019-03-24 - -### Changes - -* Update support for Laravel Framework v5.8. -* Change configuration file on `Orchestra\Config\Console\ConfigCacheCommand` using composer.json `extra.config-cache` instead of `compile.php` configuration file. - -### Remove - -* Remove deprecated `Orchestra\Http\Traits\PassThrough`. -* Remove deprecated `Orchestra\Routing\Traits\ControllerResponse`. - -## 3.7.0 - -Released: 2018-12-25 - -### Added - -* Added `orchestra/hashing`. - -### Changes - -* Update support for Laravel Framework v5.7. - -## 3.6.2 - -Released: 2018-12-25 - -### Added - -* Add `orchestra/hashing`. - -## 3.6.1 - -Released: 2018-05-02 - -### Changes - -* return `self` should only be used when method is marked as `final`. - -### Fixes - -* Fixes `Orchestra\Http\Transformer`. - -## 3.6.0 - -Released: 2018-02-27 - -### Added - -* Added `orchestra/publisher`. - -### Changes - -* Update support for Laravel Framework v5.6. -* Use PHP 7.1 scalar typehint and return type whenever possible. - -### Removed - -* Remove `--realpath` support from `orchestra/database` as this is not supported in Laravel Framework. - diff --git a/CHANGELOG-4.x.md b/CHANGELOG-4.x.md index 9c8a563..bdcbd71 100644 --- a/CHANGELOG-4.x.md +++ b/CHANGELOG-4.x.md @@ -46,4 +46,4 @@ Released: 2019-09-04 ### Changes -* Update support for Laravel Framework v6.0. +* Update support for Laravel Framework v6. diff --git a/CHANGELOG-5.x.md b/CHANGELOG-5.x.md new file mode 100644 index 0000000..362cc82 --- /dev/null +++ b/CHANGELOG-5.x.md @@ -0,0 +1,11 @@ +# Changelog for 5.x + +This changelog references the relevant changes (bug and security fixes) done to `orchestra/kernel`. + +## 5.0.0 + +Released: 2020-03-08 + +### Changes + +* Update support for Laravel Framework v7.