Skip to content

Commit 8c39cec

Browse files
authored
Add release notes for 0.11.0 (apache#360)
1 parent d498887 commit 8c39cec

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@ 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.11.0] 2020-09-24
12+
13+
### Added
14+
* Support minimum display width for integer data types (#337) Thanks @vasilev-alex!
15+
* Add logical XOR operator (#357) - Thanks @xzmrdltl!
16+
* Support DESCRIBE table_name (#340) - Thanks @ovr!
17+
* Support SHOW CREATE TABLE|EVENT|FUNCTION (#338) - Thanks @ovr!
18+
* Add referential actions to TableConstraint foreign key (#306) - Thanks @joshwd36!
19+
20+
### Changed
21+
* Enable map access for numbers, multiple nesting levels (#356) - Thanks @Igosuki!
22+
* Rename Token::Mult to Token::Mul (#353) - Thanks @koushiro!
23+
* Use derive(Default) for HiveFormat (#348) - Thanks @koushiro!
24+
* Improve tokenizer error (#347) - Thanks @koushiro!
25+
* Eliminate redundant string copy in Tokenizer (#343) - Thanks @koushiro!
26+
* Update bigdecimal requirement from 0.2 to 0.3 dependencies (#341)
27+
* Support parsing hexadecimal literals that start with `0x` (#324) - Thanks @TheSchemm!
28+
29+
1130
## [0.10.0] 2020-08-23
1231

1332
### Added

0 commit comments

Comments
 (0)