1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Changelog for v0.7.0-dev.9

Signed-off-by: Alessandro Boch <aboch@docker.com>
This commit is contained in:
Alessandro Boch 2016-03-18 16:36:37 -07:00
parent d92e90eb66
commit 2ac1e5b088

View file

@ -1,5 +1,8 @@
# Changelog # Changelog
## 0.7.0-dev.9 (2016-03-18)
- Support labels on networks
## 0.7.0-dev.8 (2016-03-16) ## 0.7.0-dev.8 (2016-03-16)
- Windows driver to respect user set MAC address. - Windows driver to respect user set MAC address.
- Fix possible nil pointer reference in ServeDNS() with concurrent go routines. - Fix possible nil pointer reference in ServeDNS() with concurrent go routines.