Changelog for 0.30.0 (#786)

This commit is contained in:
Andrew Lamb 2023-01-02 10:46:27 -05:00 committed by GitHub
parent 204bdc5b62
commit d0ef564fa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,18 @@ Given that the parser produces a typed AST, any changes to the AST will technica
## [Unreleased]
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
## [0.30.0] 2023-01-02
### Added
* Support `RENAME` for wildcard `SELECTs` (#784) - Thanks @Jefffrey
* Add a mutable visitor (#782) - Thanks @lovasoa
### Changed
* Allow parsing of mysql empty row inserts (#783) - Thanks @Jefffrey
### Fixed
* Fix logical conflict (#785) - Thanks @alamb
## [0.29.0] 2022-12-29
### Highlights