From 4d920eb96d11600e743e3ae208968e97325d456e Mon Sep 17 00:00:00 2001 From: Tiago Nobrega Date: Fri, 4 Aug 2023 11:45:07 -0300 Subject: [PATCH] docs: changelog for 1.1.3 --- docs/changelog.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 39afb44..0cf3d50 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,16 @@ Changelog See the `Releases page`_ on Github for a complete list of commits that are included in each version. +1.1.3 (2023-08-04) +------------------ + +This release addresses a regression where package repository definitions +with declared ``architectures`` would cause an error when calling +``install()``. The fix also changes the behavior to only call +``dpkg --add-architecture`` when the target architecture is "compatible" +with the host's, meaning ``i386`` on ``amd64`` and ``armhf`` on ``amd64``. + + 1.1.2 (2023-07-12) ------------------