diff --git a/engine/release-notes/24.0.md b/engine/release-notes/24.0.md index 1fbd3223eb..59f57f011c 100644 --- a/engine/release-notes/24.0.md +++ b/engine/release-notes/24.0.md @@ -19,6 +19,20 @@ For more information about: - Deprecated and removed features, see [Deprecated Engine Features](../deprecated.md). - Changes to the Engine API, see [Engine API version history](../api/version-history.md). +## 24.0.4 + +{% include release-date.html date="2023-07-07" %} + +For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones: + +- [docker/cli, 24.0.4 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A24.0.4) +- [moby/moby, 24.0.4 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A24.0.4) + +### Bug fixes and enhancements + +* Fix a regression introduced during 24.0.3 that causes a panic during live-restore of containers with bind mounts. [moby/moby#45903](https://github.com/moby/moby/pull/45903) + + ## 24.0.3 {% include release-date.html date="2023-07-06" %}