Changelog for 0.36.1 (#928)

This commit is contained in:
Andrew Lamb 2023-07-21 06:00:48 -04:00 committed by GitHub
parent 3a412152b9
commit 91ef061254
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,11 @@ 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.36.1] 2023-07-19
### Fixed
* Fix parsing of identifiers after '%' symbol (#927) - Thanks @alamb
## [0.36.0] 2023-07-19
### Added