Update CHANGELOG
This commit is contained in:
parent
154b32e561
commit
bd90f54a55
|
@ -18,11 +18,11 @@ BACKWARDS INCOMPATIBILITY:
|
||||||
FEATURES:
|
FEATURES:
|
||||||
|
|
||||||
- New command: `vagrant plugin update` to update specific installed plugins.
|
- New command: `vagrant plugin update` to update specific installed plugins.
|
||||||
- Salt provisioner. [GH-1626]
|
- New provisioner: Salt provisioner. [GH-1626]
|
||||||
- Mac OS X guest support. [GH-1914]
|
- New guest: Mac OS X guest support. [GH-1914]
|
||||||
- CoreOS guest support. Change host names and configure networks on
|
- New guest: CoreOS guest support. Change host names and configure networks on
|
||||||
CoreOS. [GH-2022]
|
CoreOS. [GH-2022]
|
||||||
- Solaris 11 guest support. [GH-2052]
|
- New guest: Solaris 11 guest support. [GH-2052]
|
||||||
- Support for environments in the Chef-solo provisioner. [GH-1915]
|
- Support for environments in the Chef-solo provisioner. [GH-1915]
|
||||||
- Provisioners can now define "cleanup" tasks that are executed on
|
- Provisioners can now define "cleanup" tasks that are executed on
|
||||||
`vagrant destroy`. [GH-1302]
|
`vagrant destroy`. [GH-1302]
|
||||||
|
@ -34,6 +34,7 @@ FEATURES:
|
||||||
`mount_options` option on synced folders. [GH-1029]
|
`mount_options` option on synced folders. [GH-1029]
|
||||||
- NFS: Arbitrary export options can be specified using
|
- NFS: Arbitrary export options can be specified using
|
||||||
`bsd__nfs_options` and `linux__nfs_options`. [GH-1029]
|
`bsd__nfs_options` and `linux__nfs_options`. [GH-1029]
|
||||||
|
- Static IP can now be set on public networks. [GH-1745]
|
||||||
|
|
||||||
IMPROVEMENTS:
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue