2014-09-04  kirill.pavlov@phystech.edu

	* Add custom exception functionality by @julianhille

2014-05-25 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@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 JSONPRCManager to jsonrpc/__init__, they are no
	longer in jsonrpc.jsonrpc module.

2013-10-13  kirill.pavlov@phystech.edu

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

2013-10-08  kirill.pavlov@phystech.edu

	* Implement JSON-RPC 2.0 specification.
