Skip to content

Commit 48fa79d

Browse files
authored
update changelog (#607)
1 parent fd07a17 commit 48fa79d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +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.23.0] 2022-09-08
12+
13+
### Added
14+
* Add support for aggregate expressions with filters (#585) - Thanks @andygrove
15+
* Support `LOCALTIME` and `LOCALTIMESTAMP` time functions (#592) - Thanks @MazterQyou
16+
1117
## [0.22.0] 2022-08-26
1218

1319
### Added
14-
* Support `OVERLAY` expressions - Thanks (#594) @ayushg
15-
* Support `WITH TIMEZONE` and `WITHOUT TIMEZONE` when parsing `TIMESTAMP` expressions - Thanks (#589) @waitingkuo
16-
* Add ability for dialects to override prefix, infix, and statement parsing - Thanks (#581) @andygrove
20+
* Support `OVERLAY` expressions (#594) - Thanks @ayushg
21+
* Support `WITH TIMEZONE` and `WITHOUT TIMEZONE` when parsing `TIMESTAMP` expressions (#589) - Thanks @waitingkuo
22+
* Add ability for dialects to override prefix, infix, and statement parsing (#581) - Thanks @andygrove
1723

1824
## [0.21.0] 2022-08-18
1925

0 commit comments

Comments
 (0)