- Fixed: Issue 72 (If an exception is raised during JSON decoding process, it should be catched and reraised as Python Redmine's own exception, i.e `redmine.exceptions.JSONDecodeError`)
- Fixed: Issue 76 (It was impossible to retrieve more than 100 resources for resources which don't support limit/offset natively by Redmine, i.e. this functionality is emulated by Python Redmine, e.g. WikiPage, Groups, Roles etc)