2021-04-16 - v0.01
+ Initial Version
2021-04-19 - v0.02
+ Update the tests backward compatible
2021-04-27 - v0.03
+ Fix cpan test from the test report
+ Adding timezone for localizing your result
+ DateTime auto formating will tranformed when required.
+ + Return a DateTime object if requesting as list context
+ + Return a DateTime string if requesting as a scalar context
+ Added required flags to required fileds
+ Adding new function $binance->list_filled_orders() for fillted orders
+ Adding buy function
+ Using Binance trading pair feed to determin which are the support pairs
+ -----
+ Todo: Add sell or cancel function
2021-04-27 - v0.04
+ Correct the previous version number format
2021-04-28 - v0.05
+ Re-use list_all_orders spec for list_open_orders
+ list_open_orders sorted by price
+ list_filled_orders sorted by filled_time
+ list_all_orders sorted by last_updated