Skip to content

Commit

Permalink
Merge pull request #25 from oomphinc/release-2.0.0
Browse files Browse the repository at this point in the history
Update CHANGELOG for 2.0.0 release
  • Loading branch information
johnpicozzi authored Aug 11, 2020
2 parents 9ddcdb7 + bc8e484 commit 8d3fe38
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,26 @@ The format is based on [Keep a Changelog][] and this project adheres to the

## [Unreleased]
### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [2.0.0] - 2020-08-11
### Added
- Add `.editorconfig`, `.gitignore`, `.lando.yml`, `phpcs.xml` and `phpunit.xml`
files to support local development
- Add `LICENSE` and `CHANGELOG.md` files
- Add `phpunit/phpunit` and `squizlabs/php_codesniffer` as development
dependencies
- Add requirement for PHP 7.1
- Add support for Composer 2

### Changed
- Move `OomphInc\ComposerInstallersExtender\Installer` to
Expand All @@ -24,14 +38,6 @@ The format is based on [Keep a Changelog][] and this project adheres to the
- Implement PSR-2 standards and PHP 7.1 syntax
- Update project `README.md` file

### Deprecated

### Removed

### Fixed

### Security

## [1.1.2] - 2017-03-31
### Changed
- Minor syntax update to provide compatibility with PHP 5.3
Expand Down

0 comments on commit 8d3fe38

Please sign in to comment.