Skip to content

Commit 1e0b8af

Browse files
committed
Update changelog for version 0.37.0
1 parent 6696b52 commit 1e0b8af

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## Version 0.37.0 _(2025-02-23)_
4+
5+
- Implement Group Comparison Expression `Expr <Op> <ALL | ANY | SOME> Expr`.
6+
- Implement Group Comparison Expression for `Int`, `Float`, `Text`, and `Bool` types.
7+
- Implement Group Comparison Expression for `Date`, `Time` and `DateTime` types.
8+
- Improve the unresolved table error message.
9+
- Fix number of required arguments error message.
10+
- Fix type checker case of variant.
11+
312
## Version 0.36.0 _(2025-01-27)_
413

514
- Implement Interval type, value and ast node.

0 commit comments

Comments
 (0)