--------------------
* Added ``client.puzzles.get_daily`` to get the current daily puzzle
* Added ``client.puzzles.get_puzzle_activity`` to get the authenticated user's puzzle activity/history
* This was already accessibly as ``client.users.get_puzzle_activity`` and remains there for backwards compatibility but this usage is deprecated and will be removed in the next breaking version.
* Added ``client.puzzles.get_puzzle_dashboard`` to get the authenticated user's puzzle dashboard
* Added ``client.puzzles.get_storm_dashboard`` to get the storm dashboard of a user
* Added ``client.tablebase.look_up`` to look up tablebase results
* Added ``client.tablebase.standard`` to look up tablebase results
* Added ``client.tablebase.atomic`` to look up atomic chess tablebase results
* Added ``client.tablebase.antichess`` to look up antichess tablebase results
* All streaming methods are now generators which means they only start the request once the iteration starts. For most usages, this doesn't make any difference.
Thanks to icp, obazin, and Virinas-code for their contributions to this release.