Merge pull request #2888 from tianon/changelog-fix

Fix CHANGELOG: we ended up not merging the btrfs driver for last night's release
This commit is contained in:
Michael Crosby 2013-11-28 12:24:56 -08:00
commit aae23255a0
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
#### Notable features since 0.6.0
* Storage drivers: choose from aufs, device mapper, vfs or btrfs.
* Standard Linux support: docker now runs on unmodified linux kernels and all major distributions.
* Storage drivers: choose from aufs, device-mapper, or vfs.
* Standard Linux support: docker now runs on unmodified Linux kernels and all major distributions.
* Links: compose complex software stacks by connecting containers to each other.
* Container naming: organize your containers by giving them memorable names.
* Advanced port redirects: specify port redirects per interface, or keep sensitive ports private.