From 91d980ab76c3f152481e367f62b921adc38af451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Thu, 29 Aug 2024 17:56:34 -0300 Subject: [PATCH] Prepare for release 5.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci skip] Signed-off-by: MaurĂ­cio Meneghini Fauth --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aae7de2..82266304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,17 @@ # Change Log -## [5.10.0] - YYYY-MM-DD +## [5.10.0] - 2024-08-29 +- Fix parsing of UPDATE ... SET (#577) +- Fix parsing of WITH PARSER (#563) +- Fix context files for MySQL and MariaDB (#572) (#576) +- Allow using `::class` keyword to load a context (#571) +- Fix query flags for lower-case functions (#564) - Improve context files by using constants (#570) +- Fix case when a condition is not parsed correctly (#560) - Support parsing KILL statements (#556) -- Fix query flags for lower-case functions (#564) -- Allow using `::class` keyword to load a context (#571) +- Fix replace clause of select statement with FOR UPDATE (#555) +- Add support for ALTER FUNCTION and ALTER PROCEDURE statements (#553) ## [5.9.1] - 2024-08-13 @@ -573,5 +579,6 @@ __Breaking changes:__ * First release of this library. +[5.10.0]: https://github.com/phpmyadmin/sql-parser/compare/5.9.1...5.10.0 [5.9.1]: https://github.com/phpmyadmin/sql-parser/compare/5.9.0...5.9.1 [5.9.0]: https://github.com/phpmyadmin/sql-parser/compare/5.8.2...5.9.0