From 5c2b87a89dae8f89364eb4da743104ed4652e7fe Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 12 Dec 2021 07:21:44 -0500 Subject: [PATCH] [NEWS] mention nctree is dynamic now --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 73bbf4c50..fd34fab8d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,7 +10,7 @@ rearrangements of Notcurses. or bottom (scrolling enabled) boundaries. * Added `notcurses_default_background()` and `notcurses_default_foreground()`. * Added `nccell_load_ucs32()`. - * Added `nctree_add()` and `nctree_del()`. + * Added `nctree_add()` and `nctree_del()`. `nctree` is now dynamic. * 3.0.0 (2021-12-01) **"In the A"** * Made the ABI/API changes that have been planned/collected during 2.x