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.