Skip to content

Commit 16cf84f

Browse files
authored
Apply suggestions from code review
1 parent aef2246 commit 16cf84f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/manuals/compose/releases/release-notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ For more detailed information, see the [release notes in the Compose repo](https
2020
### Bug fixes and enhancements
2121

2222
- Added support for Docker Model Runner to easily integrate AI models into your Compose applications
23-
- Added `build --print` command to help debug complex build configurations by showing the equivalent bakefile
24-
- Added `volume.type=image` to provide more flexible volume management from container images
23+
- Added `build --print` command to help debug complex build configurations by showing the equivalent bake file
24+
- Added `volume.type=image` to provide more flexible volume management for container images
2525
- Added `--quiet` options to the `run` command for cleaner output when running containers
2626
- Added `config --no-env-resolution` option to view raw configuration without environment variable substitution
2727
- Fixed behavior of `depends_on` to prevent unnecessary container recreation when dependencies change
28-
- Fixed support for secrets defined by environment variables when using the `include` directive
28+
- Fixed support for secrets defined by environment variables when using `include`
2929
- Fixed volume mount handling to ensure bind mounts work correctly in all scenarios
3030

3131
### Update

0 commit comments

Comments
 (0)