From b06c0a6bc96183f4ce4f380686b2345f1e1d9c09 Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Sun, 4 Aug 2024 18:45:01 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 923c07e..46ac8f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ --> +# TBD + +- support `...$keys` argument to `map-has-key(..)`/`map.has-key(..)` +- parse [aliased colors](https://developer.mozilla.org/en-US/docs/Web/CSS/named-color#description) (e.g. `cyan` for `aqua`) as colors rather than identifiers + # 0.13.3 - implement builtin string-module function `string.split(..)` (#96) by @xpe