Skip to content

Commit 3ea8006

Browse files
committed
Prep for 4.1.
1 parent cbe52c5 commit 3ea8006

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
## [4.1.0]
910
### Added
1011
* [#488](https://github.com/jhedstrom/drupalextension/issues/488) Authenticate user in the backend bootstrap process on login.
1112
### Changed
1213
* [#563](https://github.com/jhedstrom/drupalextension/issues/563) Test on PHP 7.1 through 7.3 (and use Drush 10), remove testing on PHP 7.0.
1314
* [#565](https://github.com/jhedstrom/drupalextension/issues/565) Improved PHPSpec coverage and changed type-hinting to use proper interfaces where necessary.
15+
* [#569](https://github.com/jhedstrom/drupalextension/pull/569) Drupal 9 support by allowing Symfony 4.
16+
### Fixed
17+
* [#561](https://github.com/jhedstrom/drupalextension/pull/561) Add space around keyword to avoid incorrect matching.
1418
## [4.0.1] 2019-10-08
1519
### Fixed
1620
* [#552](https://github.com/jhedstrom/drupalextension/issue/552) Remove hard-coded symfony/event-dispatcher requirement.
@@ -118,7 +122,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
118122
* [#437](https://github.com/jhedstrom/drupalextension/pull/437): Radio button selector fix.
119123
* [#439](https://github.com/jhedstrom/drupalextension/pull/439): Symfony 3 compatibility follow-up fix.
120124

121-
[Unreleased]: https://github.com/jhedstrom/drupalextension/compare/v4.0.1...HEAD
125+
[Unreleased]: https://github.com/jhedstrom/drupalextension/compare/v4.1.0...HEAD
126+
[4.1.0]: https://github.com/jhedstrom/drupalextension/compare/v4.0.1...v4.1.0
122127
[4.0.1]: https://github.com/jhedstrom/drupalextension/compare/v4.0.0...v4.0.1
123128
[4.0.0]: https://github.com/jhedstrom/drupalextension/compare/v4.0.0rc1...v4.0.0
124129
[4.0.0 rc1]: https://github.com/jhedstrom/drupalextension/compare/v4.0.0beta2...v4.0.0rc1

0 commit comments

Comments
 (0)