summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 222242d..37e2d60 100644
--- a/README
+++ b/README
@@ -117,3 +117,7 @@ in the Haskell mailing lists for their help.
117 safely used on lists that are too long (or infinite). 117 safely used on lists that are too long (or infinite).
118 118
119- Chris Waterson improved the configure.hs program for OS/X. 119- Chris Waterson improved the configure.hs program for OS/X.
120
121- Erik de Castro Lopo added buildVector and buildMatrix, which take a
122 size parameter(s) and a function that maps vector/matrix indices
123 to the values at that position.