Skip to content

Commit

Permalink
Add update instructions to the changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Jan 30, 2020
1 parent 6b42c47 commit 856d27f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
### Fixed

* Added Drupal 8.8's `$settings['file_temp_path']` configuration to settings.*.php (#144)
* Updated phpcs usage to fix an issue where some Drupal code was no longer subject to review, because the latest release of Coder changed the default file extensions (#148)

### Updating to this version

* If your `build.xml` uses phpcs, make the following change:

```
<!-- Run PHP Code Sniffer. -->
- <property name="phpcs.command" value="vendor/bin/phpcs --standard=${phpcs.standard} --ignore=${phpcs.ignore} ${phpcs.directories}" />
+ <property name="phpcs.command" value="vendor/bin/phpcs --standard=${phpcs.standard} --extensions=${phpcs.extensions} ${phpcs.directories}" />
```

## 2.2.1

Expand Down

0 comments on commit 856d27f

Please sign in to comment.