summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2023-06-02 10:39:32 -0300
committerAndrés <andmarti@gmail.com>2023-06-02 10:39:32 -0300
commit45423e6b00561d9e2c3ea29875a4323d3d9c2c8c (patch)
treea5557cf5949983e74db18ffe618d7be029d3dc5e
parent3b54d83ab99b162ad094130d0158d39f0b74f273 (diff)
update CHANGES file
-rw-r--r--CHANGES15
1 files changed, 7 insertions, 8 deletions
diff --git a/CHANGES b/CHANGES
index 4559d96..b3e0211 100644
--- a/CHANGES
+++ b/CHANGES
@@ -22,15 +22,14 @@ Please open a discussion on GitHub to comment on these and other feature request
***********
v0.8.4
-06/01/2023: fix issue in csv import - 816
-06/01/2023: merged PR 789
-06/01/2023: merged PR 776
-06/01/2023: merged PR 783 that gets rid of issue 778 - changed load_rc load_file order.
-06/01/2023: Fix issue 784: get row number and column or cell that calls a LUA script with PR 814.
-06/01/2023: work on issue 708: xlsx file import
+06/02/2023: fix configuration variable name in file.c: import_delimited_to_text
06/01/2023: added input_edit_mode setting PR 626
-
-
+06/01/2023: work on issue 708: xlsx file import
+06/01/2023: Fix issue 784: get row number and column or cell that calls a LUA script with PR 814.
+06/01/2023: merged PR 783 that gets rid of issue 778 - changed load_rc load_file order.
+06/01/2023: merged PR 776
+06/01/2023: merged PR 789
+06/01/2023: fix issue in csv import - 816
***********