Browse code

Fix wrong feature description in changelog

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

Signed-off-by: Harald Albers <github@albersweb.de>

Harald Albers authored on 2015/08/12 19:25:37
Showing 1 changed files
... ...
@@ -57,7 +57,7 @@
57 57
 ### Bug fixes
58 58
 
59 59
 - Add missing 'Names' field to /containers/json API output
60
-- Make `docker rmi --dangling` safe when pulling
60
+- Make `docker rmi` of dangling images safe while pulling
61 61
 - Devicemapper: Change default basesize to 100G
62 62
 - Go Scheduler issue with sync.Mutex and gcc
63 63
 - Fix issue where Search API endpoint would panic due to empty AuthConfig