Skip to content

Commit

Permalink
[5.8] update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlindaruk committed Sep 3, 2019
1 parent 5a9e4d2 commit cbb2356
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG-5.8.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
# Release Notes for 5.8.x

## [Unreleased](https://github.com/laravel/framework/compare/v5.8.34...5.8)
## [Unreleased](https://github.com/laravel/framework/compare/v5.8.35...5.8)


## [v5.8.35 (2019-09-03)](https://github.com/laravel/framework/compare/v5.8.34...v5.8.35)

### Added
- Added support of `NOT RLIKE` SQL operator ([#29788](https://github.com/laravel/framework/pull/29788))
- Added hebrew letters to `Str:slug` language array ([#29838](https://github.com/laravel/framework/pull/29838), [ba772d6](https://github.com/laravel/framework/commit/ba772d643b88a4646c1161f5325e52de81d7a709))
- Added partial support of `php7.4` ([#29842](https://github.com/laravel/framework/pull/29842))

### Fixed
- 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), [#29831](https://github.com/laravel/framework/pull/29831))

### 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))
- Changed `monolog/monolog` version to `^1.12` ([#29837](https://github.com/laravel/framework/pull/29837))


## [v5.8.34 (2019-08-27)](https://github.com/laravel/framework/compare/v5.8.33...v5.8.34)
Expand Down

4 comments on commit cbb2356

@GrahamCampbell
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't call it partial support. As long as you have the latest version of symfony installed via packagist, everything should work. There aren't any more breaking changes scheduled, as RC1 of PHP 7.4 was released today.

@TBlindaruk
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with you, but I do not know, how it can be called in the short sentence
@GrahamCampbell

@GrahamCampbell
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added support for PHP 7.4 would be fine I think.

@TBlindaruk
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed

Please sign in to comment.