diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6065e4aca6688e9ba0cb0ca5acba552bcc4ced6d..14cc6e7d23f0895984759b962a6047e6f662f284 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,18 @@ Changed specified, which is run on the :mod:`.idle` loop. +Deprecated +^^^^^^^^^^ + + +* Deprecated a number of GUI-specific properties in the + :mod:`fsl.utils.platform` module, including ``frozen``, ``haveGui``, + ``canHaveGui``, ``inSSHSession``, ``inVNCSession``, ``wxPlatform``, + ``wxFlavour``, ``glVersion``, ``glRenderer``, and ``glIsSoftwareRenderer``. + Equivalent functions are being added to the ``fsleyes-widgets`` library. + + + 3.5.3 (Tuesday 9th February 2021) ---------------------------------