OANDA v20 API Change Log

Version 3.0.9 (November 09, 2016)

	* v20-python uses ujson instead of json for improved performance

	* v20-python wrapped some requests exceptions with v20 exceptions

	* v20-python library change v20 class definitions to explicitly
	  declare properties (with comments) instead of using the property
	  metadata attached to each class

	* v20-python library isolate property metadata in a single file

	* v20-python object instantiation from dict simplified and cleaned up

	* more v20-python library documentation


Version 3.0.8 (November 08, 2016)

	* v20-python supports setting timeouts for polling and streaming
	  requests


Version 3.0.7 (November 02, 2016)

	* Stream chunk size if now configurable in each context and defaults
	  to 512 bytes


Version 3.0.6 (October 31, 2016)

	* Added time format support to v20 python bindings

	* Extended Transaction filtering to support Transaction Types

	* Factored all common HTTP error responses out of API


Version 3.0.5 (October 26, 2016)

	* Added v20 python aliases for creation and replacement of orders


Version 3.0.4 (October 17, 2016)

	* Added instrument endpoints with support for Candles.


Version 3.0.3 (August 25, 2016)

	* Added support for Pricing and Transaction streaming endpoints.

	* Deprecated "includeUnitsAvailable" for REST pricing endpoint.

	* Deprecated "quoteHomeConversionFactors" and "unitsAvailable" for
	  the Price object.


Version 3.0.2 (August 02, 2016)

	* Added support for Python 3.5


Version 3.0.1 (June 09, 2016)

	* Added TransactRejectReason enum


Version 3.0.0 (April 26, 2016)

	* Initial Release



