* Removed ``keyring_path`` parameter from ``load_keyring``. See release notes for 3.0.3 for more details. * Issue 22: Removed support for loading the config from the current directory. The config file must now be located in the platform-specific config location.
4.0.0
======
41: Instead of PyCrypto or PyCryptodome, the encrypting backend now relies on PyCryptodomex.
3.8
===
* Issue 22: Deprecated loading of config from current directory. Support for loading the config in this manner will be removed in a future version. * Issue 131: Keyring now will prefer `pywin32-ctypes <https://pypi.python.org/pypi/pywin32-ctypes>`_ to pywin32 if available.