Skip to content

Commit 0a2059e

Browse files
committed
Add changelog.
1 parent 3b49c9c commit 0a2059e

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
# Changelog
22

3+
## 0.5.0-dev
4+
5+
- Move from `toml` to `tomli` for TOML parsing to allow using `tomllib` in standard library for Python > 3.11.
6+
7+
### Breaking changes
8+
9+
- Remove custom prefix or suffixes for special operators. Everything should start with "$" to reduce code and unnecessary complications.
10+
311
## 0.4.0
412

513
- Add `$value` operator.

0 commit comments

Comments
 (0)