Skip to content

Commit 0ca8f2a

Browse files
committed
changelog modified.
1 parent 5aa4217 commit 0ca8f2a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)