Skip to content

Commit 80420ee

Browse files
committed
Update changelog
1 parent 87dfe7b commit 80420ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22

33
### **0.5.0** (Unreleased)
44

5+
> Lots of language support for new query operators.
6+
57
#### Features
68

79
- Support for C-style comments in queries with `//` (#31)
10+
- Support for string operators, like `CONTAINS`, `STARTS WITH`, and `ENDS WITH` (#33)
11+
- Support for negation of clauses with `NOT` (#33)
12+
13+
#### Housekeeping
14+
15+
- Added more recent version of Python (3.9 through 3.11) to CI (#33)
816

917
### **0.4.0** (October 17 2023)
1018

0 commit comments

Comments
 (0)