tag v5.5.40 release notes

This commit is contained in:
Till Krüss 2018-03-31 09:20:07 -07:00
parent d724ce0aa6
commit 9e38529db8
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Release Notes for 5.5.x
## [Unreleased]
## v5.5.40 (2018-03-30)
### Changed
- Only set id on `NotificationFake` if no id is set ([#23474](https://github.com/laravel/framework/pull/23474))
@ -10,6 +10,9 @@
- Fixed to not mistakenly release mutex ([#23607](https://github.com/laravel/framework/pull/23607))
- Revert breaking changes in `ManagesLoops` ([#23681](https://github.com/laravel/framework/pull/23681))
### Security
- Check `iv` length in `Encrypter::validPayload()` ([28e53f2](https://github.com/laravel/framework/commit/28e53f23a76206fb130e9a54eb95aa3f010e79c9))
## v5.5.39 (2018-03-09)