From 8b04fbd0c746266f8b76d6f6f2213f989ccd2cfe Mon Sep 17 00:00:00 2001 From: Itay Maman <94941+imaman@users.noreply.github.com> Date: Sun, 10 Nov 2024 16:33:28 +0200 Subject: [PATCH] changelog --- modules/septima-lang/change-log.md | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/septima-lang/change-log.md b/modules/septima-lang/change-log.md index 5adbe575..baf08fe6 100644 --- a/modules/septima-lang/change-log.md +++ b/modules/septima-lang/change-log.md @@ -27,4 +27,5 @@ ### PR/172 - supoort `JSON.parse(s)` +- supoort sorting an array: `[97, 100, 50].sort()`, `['the', 'quick', 'brown', 'fox'].sort((a, b) => a.length - b.length)` - fix object comparsion