Skip to content

Commit f724d67

Browse files
authored
Fix typo and add label to breaking change.
1 parent fcb7d35 commit f724d67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
- Added `SESSION_CONNECTION` and `SESSION_STORE` env. variable ([#4735](https://github.com/laravel/laravel/pull/4735))
1212

1313
### Changed
14-
- Changed `QUEUE_DRIVER` env variable name to `QUEUE_CONNECTION` ([c30adc8](https://github.com/laravel/laravel/commit/c30adc88c1cf3f30618145c8b698734cbe03b19c))
15-
- Use seperate cache database for Redis ([#4665](https://github.com/laravel/laravel/pull/4665))
14+
- BREAKING CHANGE! Changed `QUEUE_DRIVER` env variable name to `QUEUE_CONNECTION` ([c30adc8](https://github.com/laravel/laravel/commit/c30adc88c1cf3f30618145c8b698734cbe03b19c))
15+
- Use separate cache database for Redis ([#4665](https://github.com/laravel/laravel/pull/4665))
1616
- Upgrade Lodash to `^4.17.5` ([#4730](https://github.com/laravel/laravel/pull/4730))
1717
- Changed font to Nuntio from Raleway ([#4727](https://github.com/laravel/laravel/pull/4727))
1818
- Defined `mix` as `const` in `webpack.mix.js` ([#4741](https://github.com/laravel/laravel/pull/4741))

0 commit comments

Comments
 (0)