Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 9869396

Browse files
committed
Issue #1994: Update CHANGELOG for 5.1.0 release [ci skip].
1 parent 660998d commit 9869396

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Drupal VM Changelog
22

3+
## 5.1.0 "Recognizer" (2019-12-03)
4+
5+
This release adds support for PHP 7.4, and completely drops PHP 5.6 support (in the past, brave and daring souls could attempt to run 5.6—it is almost impossible to do so in Drupal VM as of this release).
6+
7+
### Breaking Changes
8+
9+
* #1987: Minimum required Ansible version is now 2.5.
10+
* #1993: Dropped support for old unsupported PHP versions: 5.6, 7.0, 7.1.
11+
12+
### New/changed variables in default.config.yml
13+
14+
* `drupalvm_ansible_version_min: '2.5'` (was `'2.4'`)
15+
* `php_version` supports `"7.2"`, `"7.3"`, or `"7.4"` (5.6, 7.0, and 7.1 dropped)
16+
17+
### Improvements
18+
19+
* #1993: Add PHP 7.4 support. Drop 5.6, 7.0, and 7.1 support.
20+
* Updated roles: mailhog, postgresql, php-versions.
21+
* Update `config.yml` documentation to use modern PHP version.
22+
23+
### Bugfixes
24+
25+
* TODO
26+
27+
328
## 5.0.2 (2019-11-04)
429

530
### Breaking Changes
@@ -51,7 +76,7 @@ There are no major architectural changes in this release, which speaks to the cu
5176

5277
### Breaking Changes
5378

54-
* #1881: Ubuntu 18.04 is now the defaul.t OS version (and is used in the `geerlingguy/drupal-vm` base image `2.0.0` and later)
79+
* #1881: Ubuntu 18.04 is now the default OS version (and is used in the `geerlingguy/drupal-vm` base image `2.0.0` and later)
5580
* Ubuntu 14.04 is no longer supported.
5681
* #1874: PHP 7.2 is now the default PHP version
5782
* PHP 5.6 is no longer supported (though you may be able to install it for some time).

0 commit comments

Comments
 (0)