summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7d80f7d..64450e4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,3 +9,5 @@
9 rank 1" decomposition with zero singular value. 9 rank 1" decomposition with zero singular value.
10 10
11- added NFData instances for Matrix and Vector. 11- added NFData instances for Matrix and Vector.
12
13- liftVector, liftVector2 replaced by mapVector, zipVector.