From e33209cf7613c856ae87b720845af9e186101c4c Mon Sep 17 00:00:00 2001 From: Cesar Fuguet Date: Thu, 10 Oct 2024 23:51:46 +0200 Subject: [PATCH] Update the CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a8859c..90402df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added + +### Removed + +### Changed + +### Fixed + +## [5.0.0] 2024-10-10 + The major modification in this release is the support of the write-back (WB) policy (in addition to the write-through (WT) policy). The cache can either implement one of these policies or both in a per-cacheline basis. @@ -19,6 +29,8 @@ policies or both in a per-cacheline basis. ### Removed +- WbufSendFeedThrough parameter removed + ### Changed - Arbitration between cacheable and uncacheable memory requests is done inside the