From 92215edbff5fb91b64f1e928f9b2300fb3cbd063 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Wed, 24 Apr 2024 14:57:59 +0100 Subject: [PATCH] changelog --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 989c082c83..525a18bc24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -57,6 +57,7 @@ Fix potential for crash after ReferenceError during function declaration (fix #2457) STM32: (Original/Pico/WiFi) if USB connected but PC not receiving data, throw away USB data rather than blocking (fix #2446) Move commonly used sequences of function calls into functions (eg jsvRemoveChild,jsvUnLock -> jsvRemoveChildAndUnLock) - saves ~200b + Add E.getPowerUsage() to get estimated power usage of a device based on what internal hardware is powered on and CPU use 2v20 : Ensure String.charCodeAt returns NaN for out of bounds chars Bangle.js2: When rendering overlays, *do not* use the current FG/BG color for 1 bit overlays