Skip to content

Commit adaaab3

Browse files
authored
Update changelog for version 0.13.0 (apache#376)
1 parent 82eaae1 commit adaaab3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ 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+
12+
## [0.13.0] 2020-12-10
13+
14+
### Added
15+
* Add ALTER TABLE CHANGE COLUMN, extend the UPDATE statement with ON clause (#375) - Thanks @0xA537FD!
16+
* Add support for GROUPIING SETS, ROLLUP and CUBE - Thanks @Jimexist!
17+
* Add basic support for GRANT and REVOKE (#365) - Thanks @blx!
18+
19+
### Changed
20+
* Use Rust 2021 edition (#368) - Thanks @Jimexist!
21+
22+
### Fixed
23+
* Fix clippy errors (#367, #374) - Thanks @Jimexist!
24+
25+
1126
## [0.12.0] 2020-10-14
1227

1328
### Added

0 commit comments

Comments
 (0)