mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Update CHANGELOG
This commit is contained in:
parent
de6759f94d
commit
75ee7425f5
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ IMPROVEMENTS:
|
|||
- core: Vagrant locks machine access to one Vagrant process at a time.
|
||||
This will protect against two simultaneous `up` actions happening
|
||||
on the same environment.
|
||||
- commands/box/remove: Warns if the box appears to be in use by an
|
||||
environment. Can be forced with `--force`.
|
||||
- commands/destroy: Exit codes changes. 0 means everything succeeded.
|
||||
1 means everything was declined. 2 means some were declined. [GH-811]
|
||||
- commands/destroy: Doesn't require box to exist anymore. [GH-1629]
|
||||
|
|
|
|||
Loading…
Reference in a new issue