Add release notes for 0.10.0 (#336)

* Add release notes for 0.10.0

* Add mention of TRIM syntax
This commit is contained in:
Andrew Lamb 2021-08-23 15:42:01 -04:00 committed by GitHub
parent af1ac865b1
commit 7e7d870e78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,23 @@ 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.10.0] 2020-08-23
### Added
* Support for `no_std` (#332) - Thanks @koushiro!
* Postgres regular expression operators (`~`, `~*`, `!~`, `!~*`) (#328) - Thanks @b41sh!
* tinyint (#320) - Thanks @sundy-li
* ILIKE (#300) - Thanks @maxcountryman!
* TRIM syntax (#331, #334) - Thanks ever0de
### Fixed
* Return error instead of panic (#316) - Thanks @BohuTANG!
### Changed
- Rename `Modulus` to `Modulo` (#335) - Thanks @RGRAVITY817!
- Update links to reflect repository move to `sqlparser-rs` GitHub org (#333) - Thanks @andygrove
- Add default value for `WindowFrame` (#313) - Thanks @Jimexist!
## [0.9.0] 2020-03-21
@ -213,4 +230,3 @@ We don't have a changelog for the changes made in 2018, but thanks to @crw5996,
## [0.1.0] - 2018-09-03
Initial release