- To reduce confusion, the ``printer`` module has been removed: print-specific stuff is now directly exposed by the ``printers`` subpackage while serialization classes are now in the new ``stream`` module
- The default value for the ``safety_belt`` option of the ``printify()`` function is now ``False``
3.0.dev1
~~~~~~~~~~~~~~~~~~~~~
- Fix ``AT_SetIdentity``, ``AT_EnableReplicaTrig`` and ``AlterSubscriptionStmt`` printers
- Improve ``AlterTSConfigType`` and ``IntoClause`` printers
- New generic "visitor pattern" (`issue 51`__) exemplified by a new ``referenced_relations()`` function (`issue 66`__)