Skip to content

Commit 83099b4

Browse files
committed
Updated changelog
1 parent 0f0178a commit 83099b4

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
# Release Notes
22

3-
## [Unreleased]
3+
## v5.4.23 (2017-05-11)
4+
5+
### Added
6+
- Added SQL Server connection ([#4253](https://github.com/laravel/laravel/pull/4253), [#4254](https://github.com/laravel/laravel/pull/4254))
7+
8+
### Changed
9+
- Switch to using meta
10+
- Use CSRF token from `meta` tag, instead of `window.Laravel` object ([#4260](https://github.com/laravel/laravel/pull/4260))
11+
- Log console error if CSRF token cannot be found ([1155245](https://github.com/laravel/laravel/commit/1155245a596113dc2cd0e9083603fa11df2eacd9))
12+
13+
### Fixed
14+
- Added missing `ipv4` and `ipv6` validation messages ([#4261](https://github.com/laravel/laravel/pull/4261))
15+
16+
17+
## v5.4.21 (2017-04-28)
18+
19+
### Added
20+
- Added `FILESYSTEM_DRIVER` and `FILESYSTEM_CLOUD` environment variables ([#4236](https://github.com/laravel/laravel/pull/4236))
21+
22+
### Changed
23+
- Use lowercase doctype ([#4241](https://github.com/laravel/laravel/pull/4241))
24+
25+
26+
## v5.4.19 (2017-04-20)
427

528
### Added
629
- Added `optimize-autoloader` to `config` in `composer.json` ([#4189](https://github.com/laravel/laravel/pull/4189))

0 commit comments

Comments
 (0)