Skip to content

Commit fb819a8

Browse files
Updated release notes
1 parent 8ce1108 commit fb819a8

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG-5.5.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Release Notes for 5.5.x
22

3+
## v5.5.46 (Upcoming)
4+
5+
### Changed
6+
- Show the artisan down error message by default ([#27945](https://github.com/laravel/framework/pull/27945))
7+
8+
### Fixed
9+
- Fixed various phpdoc ([#27379](https://github.com/laravel/framework/pull/27379), [#27663](https://github.com/laravel/framework/pull/27663), [#29063](https://github.com/laravel/framework/pull/29063))
10+
- Fix database cache on PostgreSQL ([#28903](https://github.com/laravel/framework/pull/28903))
11+
- Fixed cache repository setMultiple with an iterator ([#29038](https://github.com/laravel/framework/pull/29038))
12+
- Fixed cache repository getMultiple implementation ([#29046](https://github.com/laravel/framework/pull/29046))
13+
14+
## v5.5.45 (2019-01-28)
15+
16+
### Changed
17+
- Added serialization parameters to helper functions decrypt and encrypt ([#26283](https://github.com/laravel/framework/pull/26283))
18+
- Allow setting the full Mailgun API URL ([#26592](https://github.com/laravel/framework/pull/26592))
19+
20+
### Fixed
21+
- Fixed cache repository for PHP from 7.2.12 ([#26497](https://github.com/laravel/framework/pull/26497))
22+
- Prevent double escape of notification URL ([#26538](https://github.com/laravel/framework/pull/26538))
23+
324
## v5.5.44 (2018-10-04)
425

526
### Changed
@@ -9,7 +30,6 @@
930
- Fix pivot timestamp columns without parent ([#25746](https://github.com/laravel/framework/pull/25746))
1031
- Fix "sometimes" validation ([#25852](https://github.com/laravel/framework/pull/25852))
1132

12-
1333
## v5.5.43 (2018-09-02)
1434

1535
### Changed

0 commit comments

Comments
 (0)