.. changelog::
:version: 1.1.0b1
+ .. change::
+ :tags: bug, sql
+ :tickets: 3724
+
+ :meth:`.FromClause.count` is deprecated. This function makes use of
+ an arbitrary column in the table and is not reliable; for Core use,
+ ``func.count()`` should be preferred.
+
+ .. change::
+ :tags: feature, postgresql
+ :tickets: 3529
+
+ Added support for Postgresql's INSERT..ON CONFLICT using a new
+ Postgresql-specific :class:`.postgresql.dml.Insert` object.
+ Pull request and extensive efforts here by Robin Thomas.
+
+ .. seealso::
+
+ :ref:`change_3529`
+
.. change::
:tags: feature, postgresql
:pullreq: bitbucket:84