From fdfe39475052b57d7dd23448877b25acbe3c82ed Mon Sep 17 00:00:00 2001 From: Sven Sager Date: Fri, 27 Oct 2023 16:51:31 +0200 Subject: [PATCH] Update changelog for 2.7.0~rc1-1 release --- debian/changelog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/debian/changelog b/debian/changelog index 14223fd..0f4ad2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +revpimodio2 (2.7.0~rc1-1) unstable; urgency=medium + + * fix: Insert correct LICENSE.txt file to project (LGPLv2) + * feat: Add new and missing ProductTypes to pictory.py module + * feat: Import DeviceType on module level + * packaging(deb): Create debian release candidate packages + * chore: Update git ignore file + * build: Fix Makefile targets to match GNU coding standards + * style: New line length 100 characters and using black as formatter + * style: Format everything with black (100 characters per line) + * chore: Increase to RC1 of upcoming Release 2.7.0 + * feat: Add context manager for ios + * test: Add tests directory to migrate unit tests to project + + -- Sven Sager Fri, 27 Oct 2023 15:46:14 +0200 + revpimodio2 (2.6.1-1) stable; urgency=medium * style: With shared_procimg, save changed outputs in set instead of list