Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

55 lines (29 loc) · 1.33 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Introduction

This project did not initially maintain a changelog. Starting from version [2.0.3], we have decided to adopt a changelog to document all notable changes. This will help users and contributors track the history of changes more easily.

[Unreleased]

Added

  • Initiated changelog documentation.
  • Support for Chisel 6.4.0.

Removed

  • Support for Chisel 3.5.0 is no longer supported since dependency rocket-chip removed support for it.

[Previous Versions]

For details about changes prior to version [2.0.3], please refer to commit history or previous release notes if available.


format

[version] - yyyy-mm-dd

Added

  • Additions that have been made but not yet released.

Changed

  • Modifications or improvements made but not yet released.

Deprecated

  • Features that are now deprecated but not yet removed.

Removed

  • Features that have been removed in the unreleased version.

Fixed

  • Bugs or issues that have been fixed but not yet released.

Security

  • Security vulnerabilities or issues that have been fixed but not yet released.