From 7be8cb774c15a94ef1dd4830fddc451e81d7adad Mon Sep 17 00:00:00 2001 From: Camilo Diaz Date: Fri, 3 May 2024 13:37:00 -0400 Subject: [PATCH] DOC: Added entry in whats_new.rst --- doc/whats_new.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/whats_new.rst b/doc/whats_new.rst index f43c556802..e54d1df83c 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -55,6 +55,9 @@ Changelog - Added gui widget to enable/disable synchronous input in simulations, by `Camilo Diaz`_ in :gh:`750` +- Added gui widget to save simulations in csv format, + by `Camilo Diaz`_ in :gh:`753` + Bug ~~~ - Fix inconsistent connection mapping from drive gids to cell gids, by