mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-31 11:17:23 +00:00
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:
parent
af1ac865b1
commit
7e7d870e78
1 changed files with 17 additions and 1 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue