Skip to content

Commit 02c8246

Browse files
committed
Update changelog [ci-skip]
1 parent 43596ac commit 02c8246

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7474

7575
### Changed
7676
- Moved Bakery commands from `app/System/Bakery` to the `Core` sprinkle and `UserFrosting\Sprinkle\Core\Bakery` namespace.
77-
- Moved `UserFrosting\System\Bakery\DatabaseTest` trait to `UserFrosting\Sprinkle\Core\Bakery\Helper\DatabaseTest`.
78-
- Moved `UserFrosting\System\Bakery\ConfirmableTrait` trait to `UserFrosting\Sprinkle\Core\Bakery\Helper\ConfirmableTrait`.
7977
- Re-written the migrator. It is now detached from the console and Bakery and is now included in the Core Sprinkle ServicesProvider ([#795])
8078
- Makes the `semantic versioning` part of a migration class optional. Migrations classes can now have the `UserFrosting\Sprinkle\{sprinkleName}\Database\Migrations` namespace, or any other sub-namespace
8179
- Move User registration out of the `AccountController` ([#793])
@@ -108,6 +106,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
108106
- Removed the `io` property from migration classes
109107
- Removed Bakery `projectRoot` property. Use the `\UserFrosting\ROOT_DIR` constant instead
110108
- Removed `pretend` option from Bakery `migrate:refresh` and `migrate:reset` commands
109+
- Removed `UserFrosting\System\Bakery\DatabaseTest` trait, use `UserFrosting\Sprinkle\Core\Bakery\Helper\DatabaseTest` instead.
110+
- Removed `UserFrosting\System\Bakery\ConfirmableTrait` trait, use `UserFrosting\Sprinkle\Core\Bakery\Helper\ConfirmableTrait` instead.
111111

112112

113113
## v4.1.22

0 commit comments

Comments
 (0)