* Update usage examples: only catch photospicker AbstractException for displaying exception message
* Add CHANGELOG.md
* Add SmartPicker
* Take care that photos to retrieve count is not greater than total photos count (at AbstractPicker level)
* On FilesystemUploader, check that target directory exists and is empty before scanning
* Add code coverage when running `make test`
* Allow to specify an order for retrieved photos
* Replace :return by :return: on docstrings