moodle/.upgradenotes/MDL-83848-2025012312210043.yml
Simey Lameze 5af7da720b MDL-83848 core: unpin behat/gherkin dependency
This commit reverts 57dc5a7f17297c2a0dcffd47b3aecf5e1c228a713 "MDL-83470 composer: Require behat/gherkin 4.9.0 for now"
unpin behat/gherkin and fix Behat failures because of the update.
2025-01-23 10:31:30 +08:00

7 lines
227 B
YAML

issueNumber: MDL-83848
notes:
core:
- message: >-
The behat/gherkin has been updated to 4.11.0 which introduces a breaking
change where backslashes in feature files need to be escaped.
type: changed