diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f843ded..4b5df07da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - [Do not check php-geos requirement in the update phase #526](https://github.com/farmOS/farmOS/pull/526) +- Patch entity_reference_revisions module to fix upstream issue [#3267304](https://www.drupal.org/project/entity_reference_revisions/issues/3267304). ### Security diff --git a/composer.json b/composer.json index 2bd193aae..292d6e445 100644 --- a/composer.json +++ b/composer.json @@ -60,6 +60,9 @@ "drupal/entity": { "Issue #3206703: Provide reverse relationships for bundle plugin entity_reference fields.": "https://www.drupal.org/files/issues/2022-05-11/3206703-10.patch" }, + "drupal/entity_reference_revisions": { + "Issue #3267304: Infer target_revision_id to be Latest Revision when Only a target_id is Provided": "https://www.drupal.org/files/issues/2022-05-13/3267304-9.patch" + }, "drupal/jsonapi_schema": { "Issue #3256795: Float fields have a null schema": "https://www.drupal.org/files/issues/2022-01-03/3256795-4.patch", "Issue #3246251: Change format utc-millisec to date-time": "https://www.drupal.org/files/issues/2021-10-27/3246251-2.patch"