Browse Source

changelog for 0.7.0-dev.6

* Experimental support of macvlan and ipvlan drivers

Signed-off-by: Madhu Venugopal <madhu@docker.com>
Madhu Venugopal 9 years ago
parent
commit
e052aeaaa0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      libnetwork/CHANGELOG.md

+ 3 - 0
libnetwork/CHANGELOG.md

@@ -1,5 +1,8 @@
 # Changelog
 
+## 0.7.0-dev.6 (2016-03-10)
+- Experimental support for macvlan and ipvlan drivers
+
 ## 0.7.0-dev.5 (2016-03-08)
 - Fixes https://github.com/docker/docker/issues/20847
 - Fixes https://github.com/docker/docker/issues/20997