Skip to content

Commit 8f06b20

Browse files
committed
Update changelog
1 parent d1db3cd commit 8f06b20

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
- Set `bcrypt rounds` using the `hashing` config ([#4643](https://github.com/laravel/laravel/pull/4643))
115115

116116

117-
## v5.6.12 (2018-03-14)
117+
## [v5.6.12 (2018-03-14)](https://github.com/laravel/laravel/compare/v5.6.7...v5.6.12)
118118

119119
### Added
120120
- Added message for `not_regex` validation rule ([#4602](https://github.com/laravel/laravel/pull/4602))
@@ -128,7 +128,7 @@
128128
- Removed "thanks" package ([#4593](https://github.com/laravel/laravel/pull/4593))
129129

130130

131-
## v5.6.7 (2018-02-27)
131+
## [v5.6.7 (2018-02-27)](https://github.com/laravel/laravel/compare/v5.6.0...v5.6.7)
132132

133133
### Changed
134134
- Use `Hash::make()` in `RegisterController` ([#4570](https://github.com/laravel/laravel/pull/4570))
@@ -138,7 +138,7 @@
138138
- Removed Bootstrap 3 variables ([#4572](https://github.com/laravel/laravel/pull/4572))
139139

140140

141-
## v5.6.0 (2018-02-07)
141+
## [v5.6.0 (2018-02-07)](https://github.com/laravel/laravel/compare/v5.5.28...v5.6.0)
142142

143143
### Added
144144
- Added `filesystems.disks.s3.url` config parameter ([#4483](https://github.com/laravel/laravel/pull/4483))
@@ -158,7 +158,7 @@
158158
- Use Mix environment variables ([224f994](https://github.com/laravel/laravel/commit/224f9949c74fcea2eeceae0a1f65d9c2e7498a27), [2db1e0c](https://github.com/laravel/laravel/commit/2db1e0c5e8525f3ee4b3850f0116c13224790dff))
159159

160160

161-
## v5.5.28 (2018-01-03)
161+
## [v5.5.28 (2018-01-03)](https://github.com/laravel/laravel/compare/v5.5.22...v5.5.28)
162162

163163
### Added
164164
- Added `symfony/thanks` ([60de3a5](https://github.com/laravel/laravel/commit/60de3a5670c4a3bf5fb96433828b6aadd7df0e53))
@@ -170,7 +170,7 @@
170170
- Updated default Echo configuration for Pusher ([#4525](https://github.com/laravel/laravel/pull/4525), [aad5940](https://github.com/laravel/laravel/commit/aad59400e2d69727224a3ca9b6aa9f9d7c87e9f7), [#4526](https://github.com/laravel/laravel/pull/4526), [a32af97](https://github.com/laravel/laravel/commit/a32af97ede49fdd57e8217a9fd484b4cb4ab1bbf))
171171

172172

173-
## v5.5.22 (2017-11-21)
173+
## [v5.5.22 (2017-11-21)](https://github.com/laravel/laravel/compare/v5.5.0...v5.5.22)
174174

175175
### Added
176176
- Added `-Indexes` option in `.htaccess` ([#4422](https://github.com/laravel/laravel/pull/4422))
@@ -186,7 +186,7 @@
186186
- Fixed directive order in `.htaccess` ([#4433](https://github.com/laravel/laravel/pull/4433))
187187

188188

189-
## v5.5.0 (2017-08-30)
189+
## [v5.5.0 (2017-08-30)](https://github.com/laravel/laravel/compare/v5.4.30...v5.5.0)
190190

191191
### Added
192192
- Added `same_site` to `session.php` config ([#4168](https://github.com/laravel/laravel/pull/4168))
@@ -212,7 +212,7 @@
212212
- Removed migrations from autoload classmap ([#4340](https://github.com/laravel/laravel/pull/4340))
213213

214214

215-
## v5.4.30 (2017-07-20)
215+
## [v5.4.30 (2017-07-20)](https://github.com/laravel/laravel/compare/v5.4.23...v5.4.30)
216216

217217
### Changed
218218
- Simplified mix require ([#4283](https://github.com/laravel/laravel/pull/4283))
@@ -225,7 +225,7 @@
225225
- Use quotes in `app.scss` ([#4287](https://github.com/laravel/laravel/pull/4287))
226226

227227

228-
## v5.4.23 (2017-05-11)
228+
## [v5.4.23 (2017-05-11)](https://github.com/laravel/laravel/compare/v5.4.21...v5.4.23)
229229

230230
### Added
231231
- Added SQL Server connection ([#4253](https://github.com/laravel/laravel/pull/4253), [#4254](https://github.com/laravel/laravel/pull/4254))
@@ -239,7 +239,7 @@
239239
- Added missing `ipv4` and `ipv6` validation messages ([#4261](https://github.com/laravel/laravel/pull/4261))
240240

241241

242-
## v5.4.21 (2017-04-28)
242+
## [v5.4.21 (2017-04-28)](https://github.com/laravel/laravel/compare/v5.4.19...v5.4.21)
243243

244244
### Added
245245
- Added `FILESYSTEM_DRIVER` and `FILESYSTEM_CLOUD` environment variables ([#4236](https://github.com/laravel/laravel/pull/4236))
@@ -248,7 +248,7 @@
248248
- Use lowercase doctype ([#4241](https://github.com/laravel/laravel/pull/4241))
249249

250250

251-
## v5.4.19 (2017-04-20)
251+
## [v5.4.19 (2017-04-20)](https://github.com/laravel/laravel/compare/v5.4.16...v5.4.19)
252252

253253
### Added
254254
- Added `optimize-autoloader` to `config` in `composer.json` ([#4189](https://github.com/laravel/laravel/pull/4189))
@@ -266,7 +266,7 @@
266266
- Use fluent middleware definition in `LoginController` ([#4229](https://github.com/laravel/laravel/pull/4229))
267267

268268

269-
## v5.4.16 (2017-03-17)
269+
## [v5.4.16 (2017-03-17)](https://github.com/laravel/laravel/compare/v5.4.15...v5.4.16)
270270

271271
### Added
272272
- Added `unix_socket` to `mysql` in `config/database.php` ()[#4179](https://github.com/laravel/laravel/pull/4179))

0 commit comments

Comments
 (0)