2016-01-31  Kirill Pavlov <kirill.pavlov@phystech.edu>

	* Drop support of python 3.2. Pip does not support it, which leads to
	tests fail

2015-08-07  Kirill Pavlov <kirill.pavlov@liricco.com>

	* Allow custom empty dispatcher parameter for backend-specific api

2015-06-29  Kirill Pavlov <kirill.pavlov@phystech.edu>

	* Flask backend support by Lev Orekhov <lev.orekhov@gmail.com>
	(https://github.com/lorehov)

2015-06-03  Kirill Pavlov <kirill.pavlov@phystech.edu>

	* Added support of method prefixes
	https://github.com/pavlov99/json-rpc/pull/31

2015-05-05  Kirill Pavlov <kirill.pavlov@phystech.edu>

	* Add logger to django api client

2014-09-04  Kirill Pavlov <kirill.pavlov@phystech.edu>

	* Add custom exception functionality by @julianhille

2014-05-25 Kirill Pavlov <kirill.pavlov@phystech.edu>

	* Add python 2.6 support
	* Update server notification processing
	* Add functionality to dispatcher, it is possible to init it with
	class

2013-11-09  Kirill Pavlov <kirill.pavlov@phystech.edu>

	* Add JSON-RPC 1.0 support.
	* Add dispatcher for functions.
	* Add notification support (separate notification and id=null for
	JSON-RPC 2.0 request).
	* Add custom json serializer (based on json) with datetime.Datetime
	and decimal.Decimal serialization support.
	* Move JSONRPC* classes to JSONRPC20*, as far as there is JSONRPC10*.
	* Add dispatcher and JSONRPCManager to jsonrpc/__init__, they are no
	longer in jsonrpc.jsonrpc module.

2013-10-13  Kirill Pavlov <kirill.pavlov@phystech.edu>

	* Add examples of usage.
	* Init documentation.
	* Remove six from dependencies.

2013-10-08  Kirill Pavlov <kirill.pavlov@phystech.edu>

	* Implement JSON-RPC 2.0 specification.
