Skip to content

Commit

Permalink
PD-4954 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-velonis1 authored Aug 29, 2024
1 parent 15ffc2d commit bc7dd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/code/api/serializer-changelogserializer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit bc7dd3d

Please sign in to comment.