Skip to content

Commit

Permalink
Update the CHANGELOG.md for v5.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cfuguet committed Jan 30, 2025
1 parent 8a19490 commit 2d79f83
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Fixed

## [5.0.1] 2025-01-30

This releases include some bugfixes and optimizations.

### Added

- Support responses for CMO operations when ``need_rsp`` in the request is set
- Support not-power-of-two number of entries in the Flush controller

### Removed

### Changed

### Fixed

- Fix implementation of the data merge logic in the write buffer to improve the area
- Fix assertions syntax
- Fix CMO flushes shall unset the dirty bit in the cache directory
- Fix handling of bus errors on write misses
- Fix prefetch requests shall update PLRU bits
- Fix initialization of the CMO handler flush request valid register

## [5.0.0] 2024-10-10

The major modification in this release is the support of the write-back (WB) policy (in
Expand Down

0 comments on commit 2d79f83

Please sign in to comment.