diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cda48d..9af4fc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + ## Unreleased +### Added + +### Changed + +### Fixed + + +## 0.2.0 - 2020-03-13 + ### Added - Add clocked `APB_DV` interface for design verification. - Define macros for APB typedefs. @@ -20,8 +30,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - Rename `APB_BUS` interface to `APB`, change its parameters to constants, and remove `in` and `out` modports. -### Fixed - ## 0.1.0 - 2018-09-12 ### Changed