* Change how we import scrypt from hashlib to be more pythonic
0.12.0
* Update cryptography dep
0.11.1
* Use the hashlib scrypt implementation if available, otherwise fallback to scrypt or pyscrypt
0.11.0
* Make sync faster by only fetching entries when journals have changed. * Change the scrypt dep in setup.py to scrypt (from pyscrypt, which is still supported as a fallback). * Set the user agent when making requests.
0.10.0
* Change database model to WAL which should improve concurrency
0.9.3
* Provide more explicit copyright and licensing information.