- ``pokerkit.state.State.pot_amounts`` for iterating through main/side pot amounts.
**Changed**
- Forbid showdown without specifying cards if unknown hole cards are dealt.
0.4.9
--------------------------------
**Changed**
- New field ``rake`` for ``pokerkit.notation.HandHistory`` when constructing games/states.
0.4.8
--------------------------------
**Changed**
- New action notation ``pn sm -`` for showing hole cards. - ``pokerkit.notation.HandHistory.iter_state_actions`` for iterating through states with actions.
0.4.7
--------------------------------
**Changed**
- If there are multiple pots (main + side), ``pokerkit.state.State.push_chips`` must be called multiple times. - Custom automations are passed through the constructor for ``pokerkit.notation.HandHistory``. - Support rakes.
0.4.6
-------------------------------
**Changed**
- Collapse pots (main + side) that have the same players in the ``pokerkit.state.State.pots`` property. - Allow default automations to be overridden in ``pokerkit.notation.HandHistory.create_game`` and ``pokerkit.notation.HandHistory.create_game``.
0.4.5
-------------------------------
**Changed**
- Fix incorrect type annotation for class attribute ``optional_field_names`` in ``optional_field_names`` in``pokerkit.notation.HandHistory``. - Operation queries also catch ``UserWarning``.