diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index 00594e4d..ec551e72 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -9,6 +9,7 @@ UNRELEASED * Ensured consistent support for both PySide and PyQt (v6 to v2) on QtScheduler * Replaced uses of the deprecated ``pkg_resources`` module with ``importlib.metadata`` + (PR by Ran Benita) * Fixed scheduling class methods like ``B.methodname`` where the ``B`` class inherits from class ``A`` and ``methodname`` is a class method of class ``A``