Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.
/ drupal-vm Public archive
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e0863ce

Browse files
committedFeb 14, 2021
Issue #2147: Changelog updates for 6.0.3 release.
1 parent f87bff5 commit e0863ce

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
 

‎CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Drupal VM Changelog
22

3+
## 6.0.3 (2021-02-13)
4+
5+
### Breaking Changes
6+
7+
N/A
8+
9+
### New/changed variables in default.config.yml
10+
11+
* Replaced obsolete variable `php_opcache_enabled_in_ini` with `php_opcache_enable`.
12+
13+
### Improvements
14+
15+
* #2109: Switch CI test environment from homegrown script and Travis CI to Molecule and GitHub Actions.
16+
* Updated Postgres role to latest version.
17+
* Updated Composer role to latest version to allow switching between Composer major versions.
18+
19+
### Bugfixes
20+
21+
* #2137: Use pip3 inside VM if using ansible_local provisioner.
22+
* #2144: Update docs for native synced folder usage due to changed typing of the variable in Vagrant.
23+
* #2121: Replace php_opcache_enabled_in_ini with php_opcache_enable.
24+
* Updated Drush role for better Composer v2 compatibility.
25+
26+
327
## 6.0.2 (2020-10-27)
428

529
### Breaking Changes

0 commit comments

Comments
 (0)
This repository has been archived.