CHANGELOG.md in vagrant-parallels-2.0.1 vs CHANGELOG.md in vagrant-parallels-2.1.0

- old
+ new

@@ -1,5 +1,14 @@ +## 2.1.0 (November 25, 2020) +BUG FIXES: + - Fixed the private network adapter workflow on macOS 11.0 Big Sur + [[GH-371](https://github.com/Parallels/vagrant-parallels/pull/371)] + - Fixed the concurrency issue with box unregister in multi-vm environment + [[GH-370](https://github.com/Parallels/vagrant-parallels/pull/370)] + - Fixed the `vagrant package` with custom `Vagrantfile` + [[GH-368](https://github.com/Parallels/vagrant-parallels/pull/368)] + ## 2.0.1 (April 23, 2019) BUG FIXES: - Fixed the error message for host-only network collision [[GH-340](https://github.com/Parallels/vagrant-parallels/issues/340)] @@ -7,13 +16,13 @@ BREAKING CHANGES: - **Linked Clone feature is enabled by default.** Now each time when you create a new virtual machine with `vagrant up` it is created as a linked clone of the box image (instead of the full clone, as it was before). Read more about it: - [Full Clone vs Linked Clone](http://parallels.github.io/vagrant-parallels/docs/configuration.html#linked_clone). + [Full Clone vs Linked Clone](https://parallels.github.io/vagrant-parallels/docs/configuration.html#linked_clone). - **Dropped support of Parallels Desktop 10**. It reached - [End-of-Life and End-of-Support](http://kb.parallels.com/eu/122533). + [End-of-Life and End-of-Support](https://kb.parallels.com/eu/122533). ## 1.7.8 (November 18, 2017) BUG FIXES: - Fixed warning messages with Vagrant v2.0.1 [[GH-311](https://github.com/Parallels/vagrant-parallels/issues/311)] @@ -85,10 +94,10 @@ ## 1.7.0 (November 15, 2016) BREAKING CHANGES: - **Dropped support of Parallels Desktop 8 and 9**. These versions have - reached their [End-of-Life and End-of-Support](http://kb.parallels.com/eu/122533). + reached their [End-of-Life and End-of-Support](https://kb.parallels.com/eu/122533). - **Removed customization options, which were previously deprecated:** [[GH-271](https://github.com/Parallels/vagrant-parallels/pull/271)] - "use_linked_clone" - use `linked_clone` instead. - "regen_box_uuid" - use `regen_src_uuid` instead. - "optimize_power_consumption".