From 006608da5b8909d1df8929aa543812fbb7268aad Mon Sep 17 00:00:00 2001 From: Veesh Goldman Date: Mon, 3 Mar 2025 16:45:12 +0200 Subject: [PATCH] Update release-notes.md (#22143) `x-initialSync` was misspelled as `x-initSync`, which can be frustrating for users. Ref https://github.com/docker/compose/blob/876ecc48be0fe0ab74b23c6333ed20271438c1b4/pkg/compose/watch.go#L170 and https://github.com/docker/compose/issues/11102#issuecomment-2327505438 --- content/manuals/compose/releases/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/compose/releases/release-notes.md b/content/manuals/compose/releases/release-notes.md index fbba2e2fb3..93cc4fd18f 100644 --- a/content/manuals/compose/releases/release-notes.md +++ b/content/manuals/compose/releases/release-notes.md @@ -289,7 +289,7 @@ For more detailed information, see the [release notes in the Compose repo](https - Fixed the docs on `docker compose kill` usage. - Fixed redundant condition from `toAPIBuildOptions` in build.go. -- Fixed initial Watch `sync` after Compose restarts with introduction of `x-initSync`. +- Fixed initial Watch `sync` after Compose restarts with introduction of `x-initialSync`. - Fixed an issue which stopped the Compose process for a single container on `sync-restart` Watch action. ## 2.29.1