From c322aa36f020c26f74bb1e536938d1667d3c496c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20Kiiskil=C3=A4?= Date: Fri, 20 Oct 2023 22:56:15 +0300 Subject: [PATCH] Update changelog.md Add details on the changes done. --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index 66d14b0..e16b4ac 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,8 @@ ## 1.2.2 - Fixed misspellings. +- Updated `aiohttp` to 3.8.6 and `requests` to 2.31.0. +- Minor `pylint` fixes. ## 1.2.1 - Add marker `cpu_notif_test` to CPU resource notification test. This allows you to skip that test with `pytest -m "not cpu_notif_test"`. You can skip that and reboot test with `-m 'not (reboot_test or cpu_notif_test)'`.