From 31c070f6f3aa0453ca74c973b85fa470b2af2bd9 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Wed, 10 Feb 2021 16:41:44 +0100 Subject: [PATCH] updated feature log --- HISTORY.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 1124b644..e27cea89 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,11 +2,16 @@ ## in development: +* **New Features:** + * new "reshape" primitive for lists + * list operations as dropdown menu of new "length of list" block * **Notable Changes:** * 2D lists inside ITEM OF now have the right order of dimensions (rows, columns, planes, etc.) + * changed "length of list" to become a general list operations primitive * enhanced MIN and MAX to also operate on text * added "is _ identical to _ ?" to relabel options of equals * enabled scientific notation in numeric text fields + * removed experimental "transpose (list)" primitive - has been merged into "length of list" * **Notable Fixes:** * don't show internal "compile" reporter in search results * **Documentation Updates:**