From d25d9e3b645645c9ba5bc207f9b9e122d6108bd1 Mon Sep 17 00:00:00 2001 From: Bec White Date: Fri, 18 Oct 2019 15:01:23 -0500 Subject: [PATCH] Update instructions for 2.4.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05bbfb1..56741ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ * Disabled audio on the VM to avoid a performance bug (#60) +### Updating to 2.4.0 + +This version includes changes to the `Vagrantfile` template. To get these changes, either re-run the-vagrant's installer with `vendor/bin/the-vagrant-installer`, OR manually apply the changes from the [diff from #60](https://github.com/palantirnet/the-vagrant/pull/60/files). + +You will also need to re-run the provisioning with `vagrant reload --provision`; this will add `drupal-check` to your existing box. + +This update does **not** require destroying your current vagrant box. + ## 2.3.0 - November 28, 2018 ### Changed