0.005   2018-06-08 (PERLANCAR)

	- gdax: get_order_book: remove num-orders from GDAX API result.


0.004   2018-06-06 (PERLANCAR)

	[REMOVED]

        - Remove cryptopia for now because WebService::Cryptopia's
	  api_private() doesn't seem to work.

	[NEW FEATURES]

        - Add exchange API function list_balances() and CLI subcommand
	  ls-balances.

	[ETC]

        - [doc] Add note about extra arguments to new().


0.003   2018-05-10 (PERLANCAR)

	- Rename bitcoin_indonesia to indodax.


0.002   2018-04-12 (PERLANCAR)

        - [Incompatible change] Change structure of get_order_book() result to
          make it more similar to native result returned by most exchanges
          ({sell=>[...], buy=>[...]}). Make result 2D-table (more viewable from
          CLI) only at the cryp-exchange level.

        - Support cryptopia.

        - bitcoin_indonesia: Replace Finance::BTCIndo & App::btcindo with Finance::Indodax &
          App::indodax.

        - [Bugfix] Forgot to load module in completion routine.

        - [doc] Add some description.


0.001   2018-04-04 (PERLANCAR)

        - First release.