From bc7dd3d4313bb85a94847cb2ac8f869fbde2f89d Mon Sep 17 00:00:00 2001 From: adrian-velonis1 <85172912+adrian-velonis1@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:36:18 -0400 Subject: [PATCH] PD-4954 fix Version correction https://datical.atlassian.net/browse/PD-4954 --- docs/code/api/serializer-changelogserializer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/code/api/serializer-changelogserializer.md b/docs/code/api/serializer-changelogserializer.md index 0be13dc..8b278a4 100644 --- a/docs/code/api/serializer-changelogserializer.md +++ b/docs/code/api/serializer-changelogserializer.md @@ -52,7 +52,7 @@ re-serializing the entire DOM because that will lose any existing formatting the ## Precondition syntax -In Liquibase 4.30.0 and later, if you're calling on the Liquibase API programmatically using the [YamlChangeLogSerilizer](https://javadocs.liquibase.com/liquibase-core/liquibase/serializer/core/yaml/YamlChangeLogSerializer.html) or [JsonChangeLogSerializer](https://javadocs.liquibase.com/liquibase-core/liquibase/serializer/core/json/JsonChangeLogSerializer.html) classes, YAML and JSON preconditions have slightly different syntax than they do in changelogs: +In Liquibase 4.29.2 and later, if you're calling on the Liquibase API programmatically using the [YamlChangeLogSerilizer](https://javadocs.liquibase.com/liquibase-core/liquibase/serializer/core/yaml/YamlChangeLogSerializer.html) or [JsonChangeLogSerializer](https://javadocs.liquibase.com/liquibase-core/liquibase/serializer/core/json/JsonChangeLogSerializer.html) classes, YAML and JSON preconditions have slightly different syntax than they do in changelogs: ===+ "YAML/JSON API syntax"