Skip to content

Commit

Permalink
OEL-3329: Update change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronGilMartinez committed Sep 4, 2024
1 parent 3bdaea8 commit 8681b5b
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [2.2.3]
### Fixed
* [#274](https://github.com/jhedstrom/DrupalDriver/issues/274): Installation failing in Drupal 11, please enable support.
* [#264](https://github.com/jhedstrom/DrupalDriver/issues/264): Test on PHP 8.2.
* [#262](https://github.com/jhedstrom/DrupalDriver/issues/262): Update composer.json scripts for modern testing practices.
* [#242](https://github.com/jhedstrom/DrupalDriver/issues/242): Expose ::isBaseField\(\) on the public interfaces.
### Changed
* [#276](https://github.com/jhedstrom/DrupalDriver/pull/276) ([Berdir](https://github.com/Berdir)): D11 testing and fixes.
* [#275](https://github.com/jhedstrom/DrupalDriver/pull/275) ([claudiu-cristea](https://github.com/claudiu-cristea)): Drupal 11 support.
* [#265](https://github.com/jhedstrom/DrupalDriver/pull/265) ([jhedstrom](https://github.com/jhedstrom)): Test on PHP 8.2.
* [#263](https://github.com/jhedstrom/DrupalDriver/pull/263) ([jhedstrom](https://github.com/jhedstrom)): 262: Add phpunit code coverage, refactor composer scripts.
* [#261](https://github.com/jhedstrom/DrupalDriver/pull/261) ([jonpugh](https://github.com/jonpugh)): Broaden compatibility with symfony/process.
* [#243](https://github.com/jhedstrom/DrupalDriver/pull/243) ([pfrenssen](https://github.com/pfrenssen)): Expose ::isBaseField\(\).
* [#241](https://github.com/jhedstrom/DrupalDriver/pull/241) ([kerasai](https://github.com/kerasai)): Allow Entity Reference Field Handler to Refernce by ID.
* [#221](https://github.com/jhedstrom/DrupalDriver/pull/221) ([MPParsley](https://github.com/MPParsley)): Fixed issue number in changelog.
## [2.2.2]
### Added
* [#258](https://github.com/jhedstrom/DrupalDriver/pull/258) Document testing of the Drupal Driver locally for contributors.
Expand Down Expand Up @@ -116,9 +131,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* [#153](https://github.com/jhedstrom/DrupalDriver/pull/153): Fix incorrect
docblock for `CoreInterface::roleCreate`.


[Unreleased]: https://github.com/jhedstrom/DrupalDriver/compare/v2.2.2...HEAD
[2.2.2]: https://github.com/jhedstrom/DrupalDriver/compare/v2.2.1...v2.2.2
[Unreleased]: https://github.com/jhedstrom/DrupalDriver/compare/v2.2.3...HEAD
[2.2.3]: https://github.com/jhedstrom/DrupalDriver/compare/v2.2.2...v2.2.3
[2.2.2]: https://github.com/jhedstrom/DrupalDriver/compare/v2.2.1...v2.2.2q
[2.2.1]: https://github.com/jhedstrom/DrupalDriver/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/jhedstrom/DrupalDriver/compare/v2.1.1...v2.2.0
[2.1.1]: https://github.com/jhedstrom/DrupalDriver/compare/v2.1.0...v2.1.1
Expand Down

0 comments on commit 8681b5b

Please sign in to comment.