- 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``.
0.4.4
-------------------------------
**Added**
- Add class attributes ``game_field_names`` and ``ignored_field_names`` to ``pokerkit.notation.HandHistory``.
**Changed**
- Remove class attributes ``game_field_names`` and ``ignored_field_names`` from ``pokerkit.notation.HandHistory``