瀏覽代碼

Fix wrong feature description in changelog

See https://github.com/docker/docker/issues/15518

Signed-off-by: Harald Albers <github@albersweb.de>
Harald Albers 10 年之前
父節點
當前提交
b4a89489ae
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -57,7 +57,7 @@
 ### Bug fixes
 ### Bug fixes
 
 
 - Add missing 'Names' field to /containers/json API output
 - Add missing 'Names' field to /containers/json API output
-- Make `docker rmi --dangling` safe when pulling
+- Make `docker rmi` of dangling images safe while pulling
 - Devicemapper: Change default basesize to 100G
 - Devicemapper: Change default basesize to 100G
 - Go Scheduler issue with sync.Mutex and gcc
 - Go Scheduler issue with sync.Mutex and gcc
 - Fix issue where Search API endpoint would panic due to empty AuthConfig
 - Fix issue where Search API endpoint would panic due to empty AuthConfig