summaryrefslogtreecommitdiff
path: root/docs/build/changelog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/changelog.rst')
-rw-r--r--docs/build/changelog.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index dbfd323..8e3824c 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -7,6 +7,16 @@ Changelog
:version: 0.7.6
.. change::
+ :tags: feature, autogenerate
+ :tickets: 296
+
+ Added support for type comparison functions to be not just per
+ environment, but also present on the custom types themselves, by
+ supplying a method ``compare_against_backend``.
+ Added a new documentation section :ref:`compare_types` describing
+ type comparison fully.
+
+ .. change::
:tags: feature, operations
:tickets: 255