From 71a9849b6a17656097098816b160e9873860ef5e Mon Sep 17 00:00:00 2001 From: Marco Bertuletti Date: Fri, 26 May 2023 15:10:37 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a14c1abe3..fa3373850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Changes - Extended `tracevis.py` to support the new Perfetto UI and compress large traces +- Add Gauss-Jordan matrix inversion kernel ## 0.6.0 - 2023-01-09