From f08aaee26267c404362a0d6991d97297292d3900 Mon Sep 17 00:00:00 2001 From: chrishavlin Date: Wed, 2 Aug 2023 11:39:58 -0500 Subject: [PATCH] one more history update --- HISTORY.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index bac2440..b275b08 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,15 +4,14 @@ This release includes some non-backwards compatible changes to the schema. Old json files will need to be updated. ### New Features + * load 2D slices and 3D regions -* reorganized widget reader: add multiple selections! +* widget reader redesign: add multiple selections! * yt dataset cacheing to speed up subsequent loads * improved logging * test infrastructure updates * improved development maintenance scripts - - ## v0.1.0 Changes