Skip to content

Commit

Permalink
Prep for v2.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedstrom committed Oct 21, 2024
1 parent 5a92b22 commit 52835be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [2.3.0]
### Added
* [#241](https://github.com/jhedstrom/DrupalDriver/pull/241) - Allow Entity Reference Field Handler to Reference by ID
* [#261](https://github.com/jhedstrom/DrupalDriver/pull/261) - Broaden compatibility with symfony/process
* [#265](https://github.com/jhedstrom/DrupalDriver/pull/265) - PHP 8.2 testing
* [#275](https://github.com/jhedstrom/DrupalDriver/pull/275) - Initial Drupal 11 support
* [#276](https://github.com/jhedstrom/DrupalDriver/pull/276) - Drupal 11 support
## [2.2.2]
### Added
* [#258](https://github.com/jhedstrom/DrupalDriver/pull/258) Document testing of the Drupal Driver locally for contributors.
Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@
"prefer-stable": true,
"minimum-stability": "beta",
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
},
"installer-paths": {
"drupal/core": [
"type:drupal-core"
Expand Down

0 comments on commit 52835be

Please sign in to comment.