Skip to content

Commit fd7cece

Browse files
committed
Add change log entries
[ci skip] Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
1 parent e785875 commit fd7cece

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## [5.11.1] - YYYY-MM-DD
4+
5+
### Added
6+
7+
- Add context files for MySQL 9.2, MySQL 9.3 and MariaDB 12.1 (#628)
8+
- Add context files for MariaDB 11.8 and MariaDB 12.0 (#620)
9+
10+
### Fixed
11+
12+
- Fix Window function handling that failed because of "OVER" keyword case-sensitive comparison (#623)
13+
314
## [5.11.0] - 2025-02-22
415

516
### Added
@@ -615,6 +626,7 @@ __Breaking changes:__
615626

616627
* First release of this library.
617628

629+
[5.11.1]: https://github.com/phpmyadmin/sql-parser/compare/5.11.0...5.11.x
618630
[5.11.0]: https://github.com/phpmyadmin/sql-parser/compare/5.10.3...5.11.0
619631
[5.10.3]: https://github.com/phpmyadmin/sql-parser/compare/5.10.2...5.10.3
620632
[5.10.2]: https://github.com/phpmyadmin/sql-parser/compare/5.10.1...5.10.2

0 commit comments

Comments
 (0)