From 399a139426389d7c4e4f2e95e9bc28a97abfe2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=20H=C3=A4nninen?= Date: Tue, 19 Dec 2023 16:44:51 +0200 Subject: [PATCH] Update releasenotes.rst --- docs/source/releasenotes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/releasenotes.rst b/docs/source/releasenotes.rst index d8fc6fd84e..0debbab545 100644 --- a/docs/source/releasenotes.rst +++ b/docs/source/releasenotes.rst @@ -20,8 +20,8 @@ Latest versions - Library **RPA.Browser.Selenium** (:pr:`1139`): Keyword ``Open Available Browser`` won't anymore try to initialize webdrivers for browsers that are not installed in the system. -- Library **RPA.Crypto** (:pr:`1140`): Fix `AES256`` return types for keywords - ``Generate Key`` and ``Decrypt String``. +- Library **RPA.Crypto** (:pr:`1140`): Fix `AES256` return types for keywords + ``Generate Key`` and ``Decrypt String`` (from bytes to string). - Library **RPA.Hubspot** (:issue:`1106`): Extract the ``RPA.Hubspot`` library out of the main package and into its own package ``rpaframework-hubspot``. This is a breaking change, please update your ``conda.yaml`` accordingly.