Skip to content

Commit

Permalink
[6.x] update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlindaruk committed Sep 11, 2019
1 parent 22acfc5 commit 4cae6c7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG-6.x.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Release Notes for 6.x

## [Unreleased](https://github.com/laravel/framework/compare/v6.0.2...6.x)
## [Unreleased](https://github.com/laravel/framework/compare/v6.0.3...6.x)

### Refactoring
- Changed imports to Alpha ordering in stubs ([#29954](https://github.com/laravel/framework/pull/29954))

### TODO:
- Sort imports alphabetically on class generation from stub ([#29951](https://github.com/laravel/framework/pull/29951))


## [v6.0.3 (2019-09-10)](https://github.com/laravel/framework/compare/v6.0.2...v6.0.3)

### Reverted
- Reverted [Wrapped `MySQL` default values in parentheses](https://github.com/laravel/framework/pull/29878) ([#29943](https://github.com/laravel/framework/pull/29943))

### Refactoring
- Converted `call_user_func` where appropriate to native calls ([#29932](https://github.com/laravel/framework/pull/29932))
Expand Down

0 comments on commit 4cae6c7

Please sign in to comment.