Fix wrong feature description in changelog

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

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: b4a89489ae0ba3b399aeb05e599bb8072a462c6e
Component: engine
This commit is contained in:
Harald Albers
2015-08-12 03:25:37 -07:00
parent f4c29d8ab3
commit 8f480edd8a

View File

@ -57,7 +57,7 @@
### Bug fixes
- 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
- Go Scheduler issue with sync.Mutex and gcc
- Fix issue where Search API endpoint would panic due to empty AuthConfig