- 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``
0.4.3
---------------------------------
**Added**
- The new .phh optional fields: ``time_zone``
0.4.2
---------------------------------
**Added**
- New .phh optional fields: ``time``, ``time_limit``, ``time_banks``, ``level``.
0.4.1
---------------------------------
**Added**
- New .phh optional fields: ``url``, ``city``, ``region``, ``postal_code``, ``country``.
**Changed**
- ``ante_trimming_status`` is now an optional field for .phh files.
0.4.0
---------------------------------
**Changed**
- When not enough cards to deal everybody's hole cards, a board dealing is done. - Showdown can specify what cards the player showed. - More generous state operations when it comes to cards. Some things that were errors are now warnings. - When all-in, cards are shown via ``show_or_muck_hole_cards``. - ``None`` is no longer ``ValuesLike`` or ``CardsLike``.
**Added**
- Cards with unknown rank or suit. - ``float`` compatibility (without static typing support). - Poker action notation support. - Poker hand history file format (.phh) support.
0.3.2
--------------------------------
**Changed**
- When saving state configuration, ``player_count`` is not saved.