From 642e1bceb14f99061c0ac8b8bf1912009f465818 Mon Sep 17 00:00:00 2001 From: Bec White Date: Wed, 27 Nov 2019 18:38:47 -0600 Subject: [PATCH] Update the README. --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 503c451..9994d78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## UNRELEASED + +### Changed + +* Removed the custom drush wrapper in ~/bin. Drush 9 handles this itself. + +### Updating from 2.5 + +* This update does **not** require destroying your current vagrant box. +* As a developer, you may want to: + 1. From your Vagrant box, `rm ~/bin/drush` + 2. Log out of your vagrant and then back in before continuing to work + ## 2.5.0 - November 18, 2019 ### Changed