Skip to content

Commit bf8cfb3

Browse files
committed
Update changelog for 0.41.0
1 parent 95b701a commit bf8cfb3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## Version 0.41.0 _(2025-10-05)_
4+
5+
- Support postgresql style for defining number literal.
6+
- `SELECT 0b_100_101, 0B_100_11001, 0o_273, 0O_755, 0x_42f, 0X_FFFF`
7+
- Support C-style block comments.
8+
- Support Unary plus operator.
9+
- Implement `cardinality` function for array.
10+
311
## Version 0.40.0 _(2025-08-03)_
412

513
- Extend the list of string representation of true & false state.

0 commit comments

Comments
 (0)