Skip to content

Commit d0ef564

Browse files
authored
Changelog for 0.30.0 (#786)
1 parent 204bdc5 commit d0ef564

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ Given that the parser produces a typed AST, any changes to the AST will technica
88
## [Unreleased]
99
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
1010

11+
## [0.30.0] 2023-01-02
12+
13+
### Added
14+
* Support `RENAME` for wildcard `SELECTs` (#784) - Thanks @Jefffrey
15+
* Add a mutable visitor (#782) - Thanks @lovasoa
16+
17+
### Changed
18+
* Allow parsing of mysql empty row inserts (#783) - Thanks @Jefffrey
19+
20+
### Fixed
21+
* Fix logical conflict (#785) - Thanks @alamb
22+
1123
## [0.29.0] 2022-12-29
1224

1325
### Highlights

0 commit comments

Comments
 (0)