Skip to content

Commit

Permalink
Update the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Fuguet committed Oct 10, 2024
1 parent 85a693a commit e33209c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit e33209c

Please sign in to comment.