From f5947eccf055a2a216db1b100af78b0d962edfd8 Mon Sep 17 00:00:00 2001 From: Andreas Kurth Date: Fri, 13 Mar 2020 17:08:56 +0100 Subject: [PATCH] Changelog: Add v0.16.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 819ea98e2..a71445978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed +### Fixed + + +## 0.16.1 - 2020-03-13 + ### Fixed - Remove whitespace in and semicolon after macro calls. - `axi_intf`: Improve Verilator compatibility by disabling unsupported assertions.