Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare changelog for release 2.2.0 #118

Merged
merged 1 commit into from
Apr 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,32 @@ modified Semantic Versioning scheme. See the "Versioning scheme" section of the
## [Unreleased]
### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [2.2.0] - 2023-04-04
### Added
- DDEV support

### Changed
- Updates file-type from 14.7.1 to 18.0.0.
- Updates open-cli from 6.0.1 to 7.1.0.
- Updates PHP to 8.1 (lando).
- Bumps minimatch from 3.0.4 to 3.1.2.
- Bumps decode-uri-component from 0.2.0 to 0.2.2.
- Updated project dependencies to latest stable versions.

### Deprecated
- Remove zaporylie/composer-drupal-optimizations - not needed with composer 2.

### Removed
- Remove zaporylie/composer-drupal-optimizations - not needed with composer 2.
- Removed composer.lock from tracking and updated getting started docs.

### Fixed
Expand Down