From d0135968ed727f2e4306090ef7052391405226c3 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Mon, 3 May 2021 10:06:12 +0200 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 1b174c9c..4bdb8bf2 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,12 +3,19 @@ ## in development: * **New Features:** * you can now also "peel off" custom block instances from their prototype templates in the block editor + * first-class colors, sorta, in the new "Colors" library, thanks, Brian! * **Notable Changes:** * speed-up talk bubble positioning by 5x * **Notable Fixes:** * work around a floating point precision glitch in "ray length" * fixed an occasional rendering glitch when changing the display style of a variable watcher * fixed color effect for negative inputs, thanks, Brian! + * fixed some issues round bignums, thanks, Brian! +* **Documentation Updates:** + * updated manual, thanks Brian! + +### 2021-05-03 +* new versions of "Colors" and bignums libraries, updated documentation, thanks, Brian ### 2021-04-23 * objects: fixed color effect for negative inputs, thanks, Brian!