diff --git a/docs/source-1.0/guides/evolving-models.rst b/docs/source-1.0/guides/evolving-models.rst index 2c9676835fa..6b1f875a8e0 100644 --- a/docs/source-1.0/guides/evolving-models.rst +++ b/docs/source-1.0/guides/evolving-models.rst @@ -5,6 +5,13 @@ Evolving Models This guide describes how to evolve Smithy models without breaking your customers. + .. note:: + + This page does not include every possible backwards or forwards + compatible change. For traits, the best place to look for compatibility + is the specification for the trait or its model definition as defined by + the :ref:`breaking changes property `. + Updating services ================= diff --git a/docs/source-2.0/guides/evolving-models.rst b/docs/source-2.0/guides/evolving-models.rst index bed334c2fab..a404cff6b68 100644 --- a/docs/source-2.0/guides/evolving-models.rst +++ b/docs/source-2.0/guides/evolving-models.rst @@ -5,6 +5,13 @@ Evolving Models This guide describes how to evolve Smithy models without breaking your customers. + .. note:: + + This page does not include every possible backwards or forwards + compatible change. For traits, the best place to look for compatibility + is the specification for the trait or its model definition as defined by + the :ref:`breaking changes property `. + Updating services =================