Skip to content

Commit

Permalink
Prepare for release 5.9.1
Browse files Browse the repository at this point in the history
[ci skip]

Signed-off-by: Maurício Meneghini Fauth <[email protected]>
  • Loading branch information
MauricioFauth committed Aug 13, 2024
1 parent 1e73ee4 commit 169a9f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [5.9.1] - 2024-08-13

- Allow parsing ALTER TABLE statement with column check constraint (#554)
- Add support for PHPUnit 10 (#573)

## [5.9.0] - 2024-01-20

- Fix keywords not being recognized as table alias (#496)
Expand Down Expand Up @@ -560,3 +565,6 @@ __Breaking changes:__
## [1.0.0] - 2015-08-20

* First release of this library.

[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

0 comments on commit 169a9f1

Please sign in to comment.