From 4df9d5a5e35299321c770fb033bbd26c3b7f43e6 Mon Sep 17 00:00:00 2001 From: Antonio Francisco Date: Thu, 13 Jan 2022 21:02:40 -0300 Subject: [PATCH] Update changelog --- CHANGELOG.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a1f68fe1f..c7189c0a5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -24,6 +24,23 @@ Security ======== +[2022.1rc1] - "jovelina" - 2022-01-14 +************************************* + +Added +===== +- Support python 3.9. +- Method to create or update interface. + +Changed +======= +- Run tests using GitHub Actions. + +Fixed +===== +- Lock to avoid race conditions when selecting a tag. +- Lock to avoid race conditions when getting or creating a Switch. + [2021.1] - "final" - 2021-05-31 *******************************