summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorandmarti1424 <scim.spreadsheet@gmail.com>2016-05-17 21:02:34 -0300
committerandmarti1424 <scim.spreadsheet@gmail.com>2016-05-17 21:02:34 -0300
commit5ca48c66d5b12f9d55b1397635847a2a924db8e2 (patch)
tree97d0aeecc67ffc042bba3d4ccd46b6d3aff81f4c /CHANGES
parentb26abe59695c1c40b9caf272af659aa1659a357c (diff)
Fix in sk shift command
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 7c05ce0..7230468 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,7 @@
v0.4.0
-* Fix de memory leak en funciones que usan seval. ej.: dosval docat. esto tambien sucedia en SC!
-* Chain cells with equations into a new graph structure.
-* Change how cell expressions are evaluated.
+* Fix memory leak in functions that use seval. ex.: dosval docat. this used to happen also in SC !
+* Chain cells with equations into a new graph structure
+* Change how cell expressions are evaluated
* new function to rebuilt graph
* Added free() call in GOTO in gram.y
* Added free() call in SORT in gram.y
@@ -9,6 +9,7 @@ v0.4.0
* Added function to remove elements in dep_graph. (specific vertex and linked edges)
* Fix in shift functions
* Handle circular reference with new Eval structure
+* Fix in shift functions. refs in enodes now update correctly
v0.3.0
* FIX when importing large CSV files