From 1ffef6753c88010d39623d4b63d5c58bb08c168c Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 17 Apr 2024 18:02:47 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b8337f2..b71b353b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,8 +18,9 @@ will consitute of a breaking change warranting a new major release: ## Changed -- Reworked MPSoC handler to be compatible to new MPSoC software image. This should increase - the reliability of the communication significantly. +- Reworked MPSoC handler to be compatible to new MPSoC software image and use + new device handler base class. This should increase the reliability of the communication + significantly. - MPSoC device modes IDLE, SNAPSHOT and REPLAY are now modelled using submodes. - Commanding a submode the device is already in will not result in a completion failure anymore.