aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog2
-rw-r--r--TODO1
2 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 2835681..b02d79c 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,5 @@
+v2.3.3
+ * removed start/end for stats updates, values were not saved into the table.
v2.3.2
* added statistics info for mean, median, and stdev
* reworked start/end transaction logic, now it is safe for recursive calls
diff --git a/TODO b/TODO
index c3ebf93..4a07d05 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,4 @@
+- see why begin/end transaction block SAVES into the table
- add web form for editing grading scheme
- remove sort action from student, droped and guest groups
- Sort columns properly: currently all columns are text so they are not sorted according their numerical values. This could be done by choosing proper column type (text or real) during creation and modification.