From a4d11f480ba9c032a141104c4699d5854598f9b7 Mon Sep 17 00:00:00 2001 From: Guillaume Lours <705411+glours@users.noreply.github.com> Date: Tue, 1 Aug 2023 17:33:20 +0200 Subject: [PATCH] update Compose v2.20.0 release notes to add support of include attribute (#17857) Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> --- compose/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/release-notes.md b/compose/release-notes.md index b07cdea147..0afcafd348 100644 --- a/compose/release-notes.md +++ b/compose/release-notes.md @@ -39,7 +39,7 @@ For more detailed information, see the [release notes in the Compose repo](https ### Bug fixes and enhancements * Introduced the `wait` command. * Added support of `--builder` and `BUILDX_BUILDER` to the `build` command. -* Added support for the `attach` attribute from the Compose Specification. +* Added support for the `include` and `attach` attributes from the Compose Specification. * Fixed a DryRun mode issue when initializing CLI client. * Fixed a bug with random missing network when a service has more than one. * Fixed the Secrets file permission value to comply with the Compose Specification.