diff --git a/CHANGELOG.md b/CHANGELOG.md index 94a7c4754..110d76dc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ IMPROVEMENTS: - core: Update to childprocess gem to 4.0.0 [GH-11717] - core: Add action to wait for cloud-init to finish running [GH-11773] - core: Update to net-ssh to 6.0 and net-sftp to 3.0 [GH-11621] +- core: Optimize port in use check for faster validation [GH-11810] - guest/arch: Use systemd-networkd to configure networking for guests [GH-11400] - guest/haiku: Rsync install for rsync synced folders [GH-11614] - guest/solaris11: Add guest capability shell_expand_guest_path [GH-11759] @@ -31,6 +32,7 @@ BUG FIXES: - core: Update how `/etc/hosts` gets updated for darwin, freebsd and openbsd [GH-11719] - core: Capture `[3J` escape sequence [GH-11807] - core: Treat empty box value as invalid [GH-11618] +- core: Allow forwarding ports to unknown addresses [GH-11810] - commands/destroy: Add gracefull option to switch beween gracefully or forcefully shutting down a vm [GH-11628] - communicator/ssh: Raise an error for a nil exit status [GH-11721] - config/vm: Add option `allow_hosts_modification` to allow/disable Vagrant editing the guests `/etc/hosts` file [GH-11565]