* 366: When calling ``keyring.core.init_backend``, if any limit function is supplied, it is saved and later honored by the ``ChainerBackend`` as well.
17.0.0
======
* 345: Remove application attribute from stored passwords using SecretService, addressing regression introduced in 10.5.0 (292). Impacted Linux keyrings will once again prompt for a password for "Python program".
16.1.1
======
* 362: Fix error on import due to circular imports on Python 3.4.
16.1.0
======
* Refactor ChainerBackend, introduced in 16.0 to function as any other backend, activating when relevant.
16.0.2
======
* 319: In Windows backend, trap all exceptions when attempting to import pywin32.
16.0.1
======
* 357: Once again allow all positive, non-zero priority keyrings to participate.