summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 766bf26..3ddb4cb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,11 +10,12 @@
10 10
11 * join deprecated, use vjoin 11 * join deprecated, use vjoin
12 12
13 * added udot (unconjugated dot product)
14 * added (·) = cdot, which conjugates the first input vector 13 * added (·) = cdot, which conjugates the first input vector
15 * dot and (<.>) deprecated, use udot or (×) 14 * added udot (unconjugated dot product)
15 * deprecated dot, use udot or (×) to keep the old behaviour
16 16
17 * added alternative overloaded multiplication operator (×) 17 * added alternative overloaded multiplication operator (×) (or (<.>))
18 * (<.>) changed to infixr
18 * added Monoid instance for Matrix using matrix product 19 * added Monoid instance for Matrix using matrix product
19 20
20 * improved build and konst 21 * improved build and konst