File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -155,3 +155,18 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
155155- Users upgrading from versions <8.0.0 must review code for interface changes, especially related to schema parser
156156 usage.
157157- Version 8.0.0 replaces all prior versions for Laravel 10–12; backward compatibility with old APIs is not maintained.
158+
159+ ## [ 8.0.1]
160+
161+ ### Chore
162+
163+ - pushed tag with RTD-Docs
164+
165+ ## [ 8.1.0] – 2025-07-04
166+
167+ ### Added
168+
169+ - Support for schema normalization via ` --normalizer=pivot ` .
170+ This feature replaces composite primary keys with a synthetic ` $table->id() ` column,
171+ preserving the original key as a named ` UNIQUE ` constraint.
172+ Useful for Eloquent compatibility with legacy schemas.
You can’t perform that action at this time.
0 commit comments