Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

40 lines (29 loc) · 1.92 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.3] - 2024-06-26

Added

  • #71 Support for symfony 7.0.

[1.0.2] - 2024-05-06

Fixed

  • #68 Behat use 'paths' instead 'path' argument.

[1.0.1] - 2023-06-14

Fixed

  • #64 WorkerDestroyed events were dispatched under the incorrect name.

[1.0.0] - 2022-06-03

Added

  • #61, #63 Support for symfony 6.0 and php 8.0 and 8.1.

Removed

  • #54 Remove unused const
  • #61 Remove support for php 7.1 or lower.

[0.1.1] - 2020-05-12

Fixed

  • #52 Fix composer dependency problems with Symfony 5

[0.1.0] - 2020-05-12

Added

  • Initial release
  • #12 Run scenarios in parallel mode.
  • #20 Run features in parallel mode.
  • #13 Ability to Re-run scenarios that failed during last execution.
  • #16, #18 Documentation for Installing Behat Parallel Extension.