From 6911bd7a141544ca39503eb32a6b35ec5d2f1d21 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Tue, 24 May 2022 15:49:48 +0100 Subject: [PATCH] fixed tag not being visible (#14820) --- desktop/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/release-notes.md b/desktop/release-notes.md index 5edef7ce3f..a9868a9109 100644 --- a/desktop/release-notes.md +++ b/desktop/release-notes.md @@ -126,7 +126,7 @@ Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/pro - Standardised the header title and action in the Dashboard. - Added support for downloading Registry Access Management policies through HTTP proxies. - Fixed an issue related to empty remote repositories when the machine is in sleep mode for an extended period of time. -- Fixed a bug where dangling images were not selected in the cleanup process if their name was not marked as "" but their tag is. +- Fixed a bug where dangling images were not selected in the cleanup process if their name was not marked as "<none>" but their tag is. - Improved the error message when `docker pull` fails because an HTTP proxy is required. - Added the ability to clear the search bar easily in Docker Desktop. - Renamed the "Containers / Apps" tab to "Containers".