Skip to content

Commit 8d37818

Browse files
committed
Merge branch '5.11.x'
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
2 parents 68b5088 + 07044bc commit 8d37818

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@
66
- Move `Misc::getAliases()` into `SelectStatement::getAliases()` (#454)
77
- Drop `USE_UTF_STRINGS` constant (#471)
88

9-
## [5.11.0] - YYYY-MM-DD
9+
## [5.11.0] - 2025-02-22
1010

1111
### Added
1212

1313
- Add Translator::setLocale() method (#599)
1414

15-
## [5.10.4] - YYYY-MM-DD
15+
### Fixed
16+
17+
- Fix FORCE INDEX not been parsed correctly (#614)
18+
- Fix parsing of ADD UNIQUE and ADD UNIQUE KEY for ALTER TABLE statements (#611)
1619

1720
## [5.10.3] - 2025-01-18
1821

@@ -619,6 +622,7 @@ __Breaking changes:__
619622

620623
* First release of this library.
621624

625+
[5.11.0]: https://github.com/phpmyadmin/sql-parser/compare/5.10.3...5.11.0
622626
[5.10.3]: https://github.com/phpmyadmin/sql-parser/compare/5.10.2...5.10.3
623627
[5.10.2]: https://github.com/phpmyadmin/sql-parser/compare/5.10.1...5.10.2
624628
[5.10.1]: https://github.com/phpmyadmin/sql-parser/compare/5.10.0...5.10.1

0 commit comments

Comments
 (0)