Skip to content

Commit a619fc2

Browse files
committed
Updated changelog [ci skip]
1 parent 161ee0f commit a619fc2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2323

2424
### Added
2525
- Separated `BakeCommand` class into multiple methods to make it easier for sprinkle to add custom command to the `bake` command.
26+
- Allow null group assignment for users ([#867]; [#964])
2627

2728
### Fix
2829
- `bake` command return error if account sprinkle is not included ([#944])
@@ -31,6 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3132
### Changed
3233
- Account sprinkle now extend the Core `BakeCommand` class to add the `create-admin` to the general bake command. Any sprinkle already extending the Core `BakeCommand` might need adjustments.
3334
- Updated custom Eloquent relations (`belongsToManyThrough`, `morphToManyUnique`, `belongsToManyUnique`, `morphToManyUnique`, etc.) to support Laravel 5.8. See [The `belongsToMany` Method](https://laravel.com/docs/5.5/upgrade#upgrade-5.5.0).
35+
- Update to AdminLTE 2.3.11 ([#1014])
3436

3537
### Removed
3638
- Removed `belongsToManyConstrained` (deprecated in 4.1.6)
@@ -784,6 +786,7 @@ See [http://learn.userfrosting.com/upgrading/40-to-41](Upgrading 4.0.x to 4.1.x
784786
[#838]: https://github.com/userfrosting/UserFrosting/issues/838
785787
[#853]: https://github.com/userfrosting/UserFrosting/issues/853
786788
[#854]: https://github.com/userfrosting/UserFrosting/issues/854
789+
[#867]: https://github.com/userfrosting/UserFrosting/issues/867
787790
[#869]: https://github.com/userfrosting/UserFrosting/issues/869
788791
[#872]: https://github.com/userfrosting/UserFrosting/issues/872
789792
[#881]: https://github.com/userfrosting/UserFrosting/issues/881
@@ -797,6 +800,7 @@ See [http://learn.userfrosting.com/upgrading/40-to-41](Upgrading 4.0.x to 4.1.x
797800
[#953]: https://github.com/userfrosting/UserFrosting/issues/953
798801
[#958]: https://github.com/userfrosting/UserFrosting/issues/958
799802
[#963]: https://github.com/userfrosting/UserFrosting/issues/963
803+
[#964]: https://github.com/userfrosting/UserFrosting/issues/964
800804
[#965]: https://github.com/userfrosting/UserFrosting/issues/965
801805
[#968]: https://github.com/userfrosting/UserFrosting/issues/968
802806
[#976]: https://github.com/userfrosting/UserFrosting/issues/976
@@ -809,6 +813,7 @@ See [http://learn.userfrosting.com/upgrading/40-to-41](Upgrading 4.0.x to 4.1.x
809813
[#993]: https://github.com/userfrosting/UserFrosting/issues/993
810814
[#998]: https://github.com/userfrosting/UserFrosting/issues/998
811815
[#1012]: https://github.com/userfrosting/UserFrosting/issues/1012
816+
[#1014]: https://github.com/userfrosting/UserFrosting/issues/1014
812817

813818
[v4.2.0]: https://github.com/userfrosting/UserFrosting/compare/v4.1.22...v4.2.0
814819
[v4.2.1]: https://github.com/userfrosting/UserFrosting/compare/v4.2.0...v.4.2.1

0 commit comments

Comments
 (0)