From 8408d3d752beb99ec30ac34aa595d8b10dd4dd83 Mon Sep 17 00:00:00 2001 From: Andreas Kurth Date: Thu, 19 Mar 2020 10:18:45 +0100 Subject: [PATCH] Changelog: Add v0.16.3 --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ea190f79..e5e5e4639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,14 +9,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added +### Changed + +### Fixed + + +## 0.16.3 - 2020-03-19 + ### Changed - `axi_err_slv`: Add optional parameter to define data returned by read response. The parameter defaults to a 64-bit value, so buses with data width larger than or equal to 64 bit see an additional 32-bit value in error responses compared to the prior version. Other than that, this change is fully backward compatible. -### Fixed - ## 0.16.2 - 2020-03-16