Skip to content

Commit 631edda

Browse files
authored
Update CHANGELOG.md for version 0.35.0 (#904)
1 parent 04c9fba commit 631edda

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ 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.35.0] 2023-06-23
13+
14+
### Added
15+
* Support `CREATE PROCEDURE` of MSSQL (#900) - Thanks @delsehi
16+
* Support DuckDB's `CREATE MACRO` statements (#897) - Thanks @MartinNowak
17+
* Support for `CREATE TYPE (AS)` statements (#888) - Thanks @srijs
18+
* Support `STRICT` tables of sqlite (#903) - Thanks @parkma99
19+
20+
### Fixed
21+
* Fixed precedence of unary negation operator with operators: Mul, Div and Mod (#902) - Thanks @izveigor
22+
23+
### Changed
24+
* Add `support_group_by_expr` to `Dialect` trait (#896) - Thanks @jdye64
25+
* Update criterion requirement from `0.4` to `0.5` in `/sqlparser_bench` (#890) - Thanks @dependabot (!!)
26+
1127
## [0.34.0] 2023-05-19
1228

1329
### Added

0 commit comments

Comments
 (0)