From 3d3b36da9c37067872a3702e356b8edf135447a2 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 4 Nov 2019 11:05:33 -0600 Subject: [PATCH] Issue #1986: Update CHANGELOG for 5.0.2 release. --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a83e92b23..85735b187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Drupal VM Changelog +## 5.0.2 (2019-11-04) + +### Breaking Changes + +N/A + +### New/changed variables in default.config.yml + +N/A + +### Improvements + + * #1982: Updated Dashboard to Boostrap 4 for improved accessibility. + * Updated various roles to ensure Ansible 2.9 compatibility. + * Tested Drupal VM on macOS Catalina with latest versions of Vagrant and VirtualBox. + * Updated roles: postgresql, firewall, git, php-versions, varnish + +### Bugfixes + + * #1969: Documentation typo fix for Linux installation. + * #1973: Fix site-install error in certain circumstances. + + ## 5.0.1 (2019-08-29) ### Breaking Changes