summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-08-08 20:35:49 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-08-08 20:35:49 +0200
commiteb896838b196415caddca7fa843078129510eced (patch)
tree027bff147808dacc2658ca30b958d44b3fb1a28a /CHANGELOG
parent27ab3deee7e244a855a1633c8e04bc9375736b81 (diff)
Updated to version 1.0.1 (bugfix release)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7e5ebe9c..e7e0e9ae 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,7 @@
+Version 1.0.1
+- Fixed a bug in the direct version of the GEMM kernel
+
Version 1.0.0
- Fixed a bug in the TRSM routine for alpha != 1
- Fixed a bug in the cache related to multi-device contexts (thanks to 'kpot')