From 7790b640131225492eaa94ebedd00ed0c94db773 Mon Sep 17 00:00:00 2001 From: Pavel Date: Wed, 29 May 2024 14:42:30 +0300 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef02d303a..4beb034a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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