Skip to content

v3.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 02:31
· 6 commits to refs/heads/master since this release
2af9e7b

What's new since v3.1.0

  • Fixed formatting in credits in README.md @AlexSkrypnyk (#382)
  • Fixed 'DrupalExtension smoke' CI job to resolve against both dev and stable DrupalDriver constraints. @AlexSkrypnyk (#381)
  • [#379] Added optional 'attachments' parameter to 'MailCapabilityInterface::mailSend()'. @AlexSkrypnyk (#380)
  • [#376] Added 'drushResult()' non-throwing executor returning a 'DrushResult'. @AlexSkrypnyk (#377)
  • Fixed CI failures from Composer advisory blocking, 'phpunit-bridge' deprecations, and a stale path-repo version. @AlexSkrypnyk (#378)

Full Changelog: v3.1.0...v3.2.0

@AlexSkrypnyk