From a00b3382a85df90f708a84c17676ecf4d893d4c7 Mon Sep 17 00:00:00 2001 From: Jono Brandel Date: Tue, 31 Dec 2024 17:30:05 -0800 Subject: [PATCH] Update README.md --- wiki/changelog/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wiki/changelog/README.md b/wiki/changelog/README.md index bd663a22..9fd84c59 100644 --- a/wiki/changelog/README.md +++ b/wiki/changelog/README.md @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file. The format ## Nightly ++ Made `CanvasPolyfill` object and merged it into `Two.Utils` to remove circular dependencies + Made `Two.Collection._events` and `Two.Children.ids` not enumerated for more seamless invocation of `Array` methods like `Array.filter` and `Object` methods like `Object.keys` + Added static method `fromObject` to all `Two.Element` and descendant classes + Added method `copy` to all `Two.Element` and descendant classes