diff --git a/CHANGELOG.md b/CHANGELOG.md index 4777a29dd..174a29e64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All Notable changes to `laravel-modules` will be documented in this file. ## Added - A `--migration` flag to the `module:make-model` command to generate the migration file with a model +- Factories are now also defined in the master service providers. This is used in the `module:make` command without the `--plain` flag, or using `module:make-provider` with the `--master` flag. ## Changed