Conflicts:
doc/build/changelog/changelog_10.rst
.. changelog::
:version: 1.0.0
+ .. change::
+ :tags: sql, feature
+ :tickets: 3027
+ :pullrequest: bitbucket:29
+
+ The :paramref:`.Table.autoload_with` flag now implies that
+ :paramref:`.Table.autoload` should be ``True``. Pull request
+ courtesy Malik Diarra.
+
+ .. change::
+ :tags: postgresql, feature
+ :pullreq: github:126
+
+ Added new method :meth:`.PGInspector.get_enums`, when using the
+ inspector for Postgresql will provide a list of ENUM types.
+ Pull request courtesy Ilya Pekelny.
+
.. change::
:tags: mysql, bug