summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index dea29a9..8388e5e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,12 +2,12 @@
2-------- 2--------
3 3
4 * join deprecated, use vjoin 4 * join deprecated, use vjoin
5 * dot and (<.>) deprecated, use udot or (×) 5 * dot and (<.>) deprecated, use udot or (<>)
6 6
7 * added udot (unconjugated dot product) 7 * added udot (unconjugated dot product)
8 * added () = cdot, which conjugates the first input vector 8 * added (·) = cdot, which conjugates the first input vector
9 9
10 * added a general multiplication operator (×) 10 * more general multiplication operator (<>)
11 11
12 * improved build and konst 12 * improved build and konst
13 13