Skip to content

Commit 5346664

Browse files
committed
Prepare to release 5.10.3
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
1 parent 21ddecd commit 5346664

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Change Log
22

3-
# [5.10.3] - YYYY-MM-DD
3+
## [5.10.3] - 2024-01-18
44

55
### Fixed
66

77
- Add "RECURSIVE" on build() for "WITH RECURSIVE" on the WithStatement class (#605)
8-
- Fix for quadratic complexity in certain queries, which could have caused long execution times. Thanks to Maximilian Krög (GitHub user MoonE) for this security-related fix.
8+
- Fix for quadratic complexity in certain queries, which could have caused long execution times. Thanks to Maximilian Krög (GitHub user MoonE) for this fix to help improve security.
99

1010
## [5.10.2] - 2024-12-05
1111

@@ -604,6 +604,7 @@ __Breaking changes:__
604604

605605
* First release of this library.
606606

607+
[5.10.3]: https://github.com/phpmyadmin/sql-parser/compare/5.10.2...5.10.3
607608
[5.10.2]: https://github.com/phpmyadmin/sql-parser/compare/5.10.1...5.10.2
608609
[5.10.1]: https://github.com/phpmyadmin/sql-parser/compare/5.10.0...5.10.1
609610
[5.10.0]: https://github.com/phpmyadmin/sql-parser/compare/5.9.1...5.10.0

0 commit comments

Comments
 (0)