From 605228e2b53da59ffe5867c8db7f7fa18648f231 Mon Sep 17 00:00:00 2001 From: Wataru Otsubo Date: Thu, 20 Feb 2025 22:07:19 +0900 Subject: [PATCH] update(CHANGELOG): on multiple backends --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e22ba8a..46d7d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [unreleased] + +### Changed + +- Changed block, register type definitions to support multiple backends. See [the merge request at mpsoc software](https://gitlab.cern.ch/wotsubo/mpsoc-software/-/merge_requests/9) for more information. + ## [0.2.0] - 2025-02-12 ### Added