Skip to content

Commit 8d255db

Browse files
committed
docs: added changelog information.
1 parent f5c11b8 commit 8d255db

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
178178

179179
- Refactored MigrationGeneratorCommand to delegate migration execution to the new SchemaMigrationExecutor, aligning with
180180
the Separation of Concerns (SoC) principle.
181-
- Normalizer resolution is now conditional and injected only if active normalizers are defined.
181+
- Normalizer resolution is now conditional and injected only if active normalizers are defined.
182+
183+
## [Unreleased]
184+
185+
### Changed
186+
187+
- Removed `__construct()` method definitions from `MigrationGeneratorInterface` and
188+
`SchemaNormalizationManagerInterface` to improve consistency and comply with the Interface Segregation Principle (
189+
SOLID). Thanks to Sven for the valuable input.

0 commit comments

Comments
 (0)