**Release date: 2016-10-18**
API Changes
- Settings variables have been renamed to limit conflicts with other libraries. In the future, all settings will have
the same prefix.
- `JSONRPC_DEFAULT_DECODER` becomes `MODERNRPC_JSON_DECODER`
- `JSONRPC_DEFAULT_ENCODER` becomes `MODERNRPC_JSON_ENCODER`
See <https://github.com/alorence/django-modern-rpc/blob/master/modernrpc/conf/default_settings.py> for more details
- Many other settings added, to make the library more configurable. See
<https://django-modern-rpc.rtfd.io/en/latest/basic_usage/settings.html>
Improvements
- RPC methods can now declare the special `**kwargs` parameter. The dict will contain information about current context
(request, entry point, protocol, etc.)
- About 12 tests added to increase coverage
- Many documentation improvements
- `system.methodHelp` is now supported