Skip to content

Commit b14fd66

Browse files
committed
Prepare for release 5.10.1
[ci skip] Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
1 parent 2827a25 commit b14fd66

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## [5.10.1] - 2024-11-10
4+
5+
### Fixed
6+
7+
- Fix parsing of ALTER TABLE … RENAME KEY (#580)
8+
- Fix parsing table names that start with "e1" (#578)
9+
- Improve handling of negative and overflowed offsets on TokensList (#582)
10+
- Fix parsing of queries with 'AND' (#590)
11+
- Fix C style comments with two asterisks (#597)
12+
- Fix parsing of SRID in column definition (#595)
13+
314
## [5.10.0] - 2024-08-29
415

516
- Fix parsing of UPDATE ... SET (#577)
@@ -579,6 +590,7 @@ __Breaking changes:__
579590

580591
* First release of this library.
581592

593+
[5.10.1]: https://github.com/phpmyadmin/sql-parser/compare/5.10.0...5.10.1
582594
[5.10.0]: https://github.com/phpmyadmin/sql-parser/compare/5.9.1...5.10.0
583595
[5.9.1]: https://github.com/phpmyadmin/sql-parser/compare/5.9.0...5.9.1
584596
[5.9.0]: https://github.com/phpmyadmin/sql-parser/compare/5.8.2...5.9.0

0 commit comments

Comments
 (0)