Skip to content

Commit 5de910e

Browse files
committed
Update changelog [ci skip]
1 parent 50011f3 commit 5de910e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3232
- Email is case-sensitive ([#881]; [#1012])
3333
- Update vulnerable handlebars@^3.0.3 to ^4.0.12 ([#921])
3434
- Moved `handlebars-helpers.js` from `core` to `admin` sprinkle ([#897])
35+
- Remove `Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead` message ([#1016])
3536

3637
### Changed
3738
- 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.
3839
- 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).
3940

4041
### Removed
4142
- Removed `belongsToManyConstrained` (deprecated in 4.1.6)
43+
- Remove `league/flysystem-aws-s3-v3` and `league/flysystem-rackspace` as core dependencies ([#1018])
4244

4345
## [v4.2.3]
4446

@@ -821,6 +823,8 @@ See [http://learn.userfrosting.com/upgrading/40-to-41](Upgrading 4.0.x to 4.1.x
821823
[#1012]: https://github.com/userfrosting/UserFrosting/issues/1012
822824
[#1014]: https://github.com/userfrosting/UserFrosting/issues/1014
823825
[#1015]: https://github.com/userfrosting/UserFrosting/issues/1015
826+
[#1016]: https://github.com/userfrosting/UserFrosting/issues/1016
827+
[#1018]: https://github.com/userfrosting/UserFrosting/issues/1018
824828

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

0 commit comments

Comments
 (0)