docs: add changelog

This commit is contained in:
Zaiming (Stone) Shi 2023-09-15 16:07:23 +02:00
parent ac41f497b4
commit 062854eff7
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
Add a new rule-engine SQL function `bytesize` to get the size of a byte-string. e.g. ``SELECT * FROM "t/#" WHERE bytesize(payload) > 10`