All notable changes to this project should be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
See "how do I make a good changelog record?" before starting to add changes.
- Bumped drupal/ultimate_cron version fixing Deprecated function: Implicit conversion from float-string.
- Added github action for checking changelog changes when creating pull requests
- Added os2forms/os2forms dependency
- Changed composer patching configuration
- Removed patches that don't belong in this project (Patched correctly in os2forms/os2forms project)
- Added patch for drupal/dynamic_entity_reference
- Remove drupal dependency on user default page module
- retry task controller action
- Added support for inheriting values without creating a submission
- Github CI action for checking Drupal Coding standards with PHP Code Sniffer
- Fixed coding standards issues
## [x.x.x] Release name
### Added
- Description on added functionality.
### Changed/Updated
- Description on changed/updated functionality.
### Deprecated
- Description of soon-to-be removed features.
### Removed
- Description of removed features.
### Fixed
- Decription of bug fixes.
### Security
- Security in case of vulnerabilities.