* Preferring to_dict() to dataclasses.asdict(). This is because objects might need to be more specific about how they should convert themselves to a dict.
0.3.1
======
* Fixing the serialization of objects inside tuples.
0.3.0
======
* Supporting tuples for multi-section YAML generation.