Skip to content

Commit 91d980a

Browse files
committed
Prepare for release 5.10.0
[ci skip] Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
1 parent 611a725 commit 91d980a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# Change Log
22

3-
## [5.10.0] - YYYY-MM-DD
3+
## [5.10.0] - 2024-08-29
44

5+
- Fix parsing of UPDATE ... SET (#577)
6+
- Fix parsing of WITH PARSER (#563)
7+
- Fix context files for MySQL and MariaDB (#572) (#576)
8+
- Allow using `::class` keyword to load a context (#571)
9+
- Fix query flags for lower-case functions (#564)
510
- Improve context files by using constants (#570)
11+
- Fix case when a condition is not parsed correctly (#560)
612
- Support parsing KILL statements (#556)
7-
- Fix query flags for lower-case functions (#564)
8-
- Allow using `::class` keyword to load a context (#571)
13+
- Fix replace clause of select statement with FOR UPDATE (#555)
14+
- Add support for ALTER FUNCTION and ALTER PROCEDURE statements (#553)
915

1016
## [5.9.1] - 2024-08-13
1117

@@ -573,5 +579,6 @@ __Breaking changes:__
573579

574580
* First release of this library.
575581

582+
[5.10.0]: https://github.com/phpmyadmin/sql-parser/compare/5.9.1...5.10.0
576583
[5.9.1]: https://github.com/phpmyadmin/sql-parser/compare/5.9.0...5.9.1
577584
[5.9.0]: https://github.com/phpmyadmin/sql-parser/compare/5.8.2...5.9.0

0 commit comments

Comments
 (0)