Skip to content

Commit 83dc947

Browse files
committed
add release notes for v5.6.7 and v5.6.12
1 parent bc51cdd commit 83dc947

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Release Notes
22

3+
## v5.6.12 (2018-03-14)
4+
5+
### Added
6+
- Added message for `not_regex` validation rule ([#4602](https://github.com/laravel/laravel/pull/4602))
7+
- Added `signed` middleware alias for `ValidateSignature` ([4369e91](https://github.com/laravel/laravel/commit/4369e9144ce1062941eda2b19772dbdcb10e9027))
8+
- Added `stderr` example to `config/logging.php` ([66f5757](https://github.com/laravel/laravel/commit/66f5757d58cb3f6d1152ec2d5f12e247eb2242e2))
9+
10+
### Changed
11+
- Set `MAIL_DRIVER` in `phpunit.xml` ([#4607](https://github.com/laravel/laravel/pull/4607))
12+
13+
### Removed
14+
- Removed "thanks" package ([#4593](https://github.com/laravel/laravel/pull/4593))
15+
16+
17+
## v5.6.7 (2018-02-27)
18+
19+
### Changed
20+
- Use `Hash::make()` in `RegisterController` ([#4570](https://github.com/laravel/laravel/pull/4570))
21+
- Update Collision to `2.0` ([#4581](https://github.com/laravel/laravel/pull/4581))
22+
23+
### Removed
24+
- Removed Bootstrap 3 variables ([#4572](https://github.com/laravel/laravel/pull/4572))
25+
26+
327
## v5.6.0 (2018-02-07)
428

529
### Added

0 commit comments

Comments
 (0)