From 043bfa8a26c26b7882c07f20c844ab7062c37ff8 Mon Sep 17 00:00:00 2001 From: Sven Sager Date: Thu, 2 Nov 2023 17:42:12 +0100 Subject: [PATCH] Update changelog for 2.7.0~rc2-1 release --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0f4ad2c..27f9952 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +revpimodio2 (2.7.0~rc2-1) unstable; urgency=medium + + * chore: Increase to RC2 of upcoming Release 2.7.0 + * feat: Remove deprecated parameter 'direct_output' from ModIO classes + * fix: Check offset values of the devices for integers + * fix: Check if the length of the previous IO overlaps with the new IO + * feat: Add support for RO device + + -- Sven Sager Thu, 02 Nov 2023 17:42:07 +0100 + revpimodio2 (2.7.0~rc1-1) unstable; urgency=medium * fix: Insert correct LICENSE.txt file to project (LGPLv2)