Require log ^2.2 for Issue #3396419: Make timestamp required

This commit is contained in:
Michael Stenta 2023-11-01 14:55:51 -04:00
parent 28dcba091e
commit 50f6a8cb8b
3 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Issue #3330490: Update Drupal core to 10.x in farmOS](https://www.drupal.org/project/farm/issues/3330490)
- [Issue #3256745: Move default farm OAuth2 client to a separate module](https://www.drupal.org/project/farm/issues/3256745)
- [Update Simple OAuth module to v6 #743](https://github.com/farmOS/farmOS/pull/743)
- [Issue #3396419: Make log timestamp required](https://www.drupal.org/project/log/issues/3396419)
### Fixed

View File

@ -36,7 +36,7 @@
"drupal/inspire_tree": "^1.0",
"drupal/jsonapi_extras": "^3.22",
"drupal/jsonapi_schema": "1.0-rc1",
"drupal/log": "^2.1",
"drupal/log": "^2.2",
"drupal/migrate_plus": "^6.0",
"drupal/migrate_source_csv": "^3.5",
"drupal/migrate_source_ui": "^1.0",

View File

@ -28,6 +28,7 @@ work to get a new access token.
Other notable changes:
- [Material quantities can reference multiple material types](https://www.drupal.org/node/3395697)
- Log `timestamp` is marked as `required` in JSON Schema
## 2.x vs 1.x