* Update: to_list's behavior matches that of to_dict (respects max_depth, if set). * Update: resolve build warnings on some compilers.
0.6.0
* Update: Drop support for python 3.7 * Feature: to_list method * Bugfix: Initialize iterator correctly
0.5.0
* Bugfix: fix segmentation fault when calculating checksum on empty orderbook * Bugfix: fix missing reference decrement * Performance: Improvement to marking dirty keys
0.4.3
* Bugfix: handle scientific notation of small values in Kraken checksum * Update: calculate Kraken checksum on order books less than 10 levels deep * Bugfix: fix occasional incorrect checksums for OKX, FTX and Bitget
0.4.2
* Update: OKEx renamed OKX (for checksum validation) * Feature: Add support for orderbook checksums with Bitget
0.4.1
* Bugfix: unnecessary reference counting prevented sorted dictionaries from being deallocated * Bugfix: setting ordering on a sorted dict before checking that it was created successfully