Update CHANGELOG
This commit is contained in:
parent
de6759f94d
commit
75ee7425f5
|
@ -37,6 +37,8 @@ IMPROVEMENTS:
|
||||||
- core: Vagrant locks machine access to one Vagrant process at a time.
|
- core: Vagrant locks machine access to one Vagrant process at a time.
|
||||||
This will protect against two simultaneous `up` actions happening
|
This will protect against two simultaneous `up` actions happening
|
||||||
on the same environment.
|
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.
|
- commands/destroy: Exit codes changes. 0 means everything succeeded.
|
||||||
1 means everything was declined. 2 means some were declined. [GH-811]
|
1 means everything was declined. 2 means some were declined. [GH-811]
|
||||||
- commands/destroy: Doesn't require box to exist anymore. [GH-1629]
|
- commands/destroy: Doesn't require box to exist anymore. [GH-1629]
|
||||||
|
|
Loading…
Reference in New Issue