Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
optifat committed May 29, 2024
1 parent 51dabed commit 7790b64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* (shield) Add new operators: `<`, `>`, `<=`, `>=`, `==`, `!=` for comparing integers to each others.
* (shield) Add support for `string` objects
* (shield) Add `contains(elem, array)` builtin function for checking if `elem` is contained in the `array`
* (shield) Add `+`, `-`, `*`, `/` math operators for basic integer arithmetic

### Features

Expand Down

0 comments on commit 7790b64

Please sign in to comment.