diff --git a/docs/changes/changes_01x_02x.md b/docs/changes/changes_01x_02x.md index 405c273af..31b8db67e 100644 --- a/docs/changes/changes_01x_02x.md +++ b/docs/changes/changes_01x_02x.md @@ -84,4 +84,12 @@ For Chef Solo, Vagrant now supports multiple cookbooks paths by setting In addition to Chef Solo, Vagrant now comes with support for Chef Server built-in. Exact details on how to use chef server with Vagrant are explained on the -[chef server provisioning](/docs/provisioners/chef_server.html) page. \ No newline at end of file +[chef server provisioning](/docs/provisioners/chef_server.html) page. + + +## Port Collision Detection + +Vagrant will now give an error if it detects that the configured forwarded ports +would collide with another running virtual machine's forwarded ports. Before this +feature, this would fail silently, causing unexpected behavior such as the +VM successfully running but the forwarded port going to some other VM. \ No newline at end of file