diff --git a/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md b/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md index 3d4d4a84e..7296fc186 100644 --- a/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md +++ b/content/integrate/redis-data-integration/data-pipelines/data-denormalization.md @@ -205,4 +205,4 @@ There are several important things to note when you use nesting: See the [Debezium PostgreSQL Connector Documentation](https://debezium.io/documentation/reference/connectors/postgresql.html#postgresql-replica-identity) for more information about this. -- If you change the foreign key of a child object, the child object will be added to the new parent, but the old parent will not be updated. This is a known limitation of the current implementation and is subject to change in future versions. +- Prior RDI v1.14.0 there is a known limitation if you change the foreign key of a child object. In that scenario the child object will be added to the new parent, but the old parent will not be updated.