From 0d38dcb92dbd4507c6d06595b3436eb4889c8445 Mon Sep 17 00:00:00 2001 From: Tetiana Blindaruk Date: Mon, 2 Sep 2019 23:04:04 +0300 Subject: [PATCH] [5.8] update changelog --- CHANGELOG-5.8.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-5.8.md b/CHANGELOG-5.8.md index 83de94bd6e5c..fcf29758068d 100644 --- a/CHANGELOG-5.8.md +++ b/CHANGELOG-5.8.md @@ -2,9 +2,18 @@ ## [Unreleased](https://github.com/laravel/framework/compare/v5.8.34...5.8) +### Added +- Added support of `NOT RLIKE` SQL operator ([#29788](https://github.com/laravel/framework/pull/29788)) + ### Fixed -- Fixed `MorphTo::associate()` with custom owner key ([#29767](https://github.com/laravel/framework/pull/29767)) - Fixed self-referencing `MorphOneOrMany` existence queries ([#29765](https://github.com/laravel/framework/pull/29765)) +- Fixed `QueueFake::size()` method ([#29761](https://github.com/laravel/framework/pull/29761), [ddaf6e6](https://github.com/laravel/framework/commit/ddaf6e63326263a9bb3732e887a2bf8b2381caa1)) + +### Changed +- Added note that the GD extension is required for generating images ([#29770](https://github.com/laravel/framework/pull/29770)) // TODO: update code + +### TODO +- Added warning when not renaming the Redis facade ([#29808](https://github.com/laravel/framework/pull/29808), [980ed9e](https://github.com/laravel/framework/commit/980ed9ea4b5ce7af9df5a4ff0ff931befaab8cf9)) ## [v5.8.34 (2019-08-27)](https://github.com/laravel/framework/compare/v5.8.33...v5.8.34)