Skip to content

Commit 8707984

Browse files
committed
Prep for 5.0.0 RC1.
1 parent 5deb56c commit 8707984

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ 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+
## [5.0.0 rc1]
10+
### Fixed
11+
* [#629](https://github.com/jhedstrom/drupalextension/pull/629) Fix upstream Drupal getText issue.
12+
### Added
13+
* [#631](https://github.com/jhedstrom/drupalextension/pull/631) Add a helper for the getting of the login submit element.
914
## [5.0.0 alpha1]
1015
### Added
1116
* [#620](https://github.com/jhedstrom/drupalextension/pull/620) Drupal 10 compatibility.
@@ -140,7 +145,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
140145
* [#437](https://github.com/jhedstrom/drupalextension/pull/437): Radio button selector fix.
141146
* [#439](https://github.com/jhedstrom/drupalextension/pull/439): Symfony 3 compatibility follow-up fix.
142147

143-
[Unreleased]: https://github.com/jhedstrom/drupalextension/compare/v5.0.0alpha1...HEAD
148+
[Unreleased]: https://github.com/jhedstrom/drupalextension/compare/v5.0.0rc1...HEAD
149+
[Unreleased]: https://github.com/jhedstrom/drupalextension/compare/v5.0.0alpha1...v5.0.0rc1
144150
[5.0.0 alpha1]: https://github.com/jhedstrom/drupalextension/compare/v4.2.0...v5.0.0alpha1
145151
[4.2.0]: https://github.com/jhedstrom/drupalextension/compare/v4.1.0...v4.2.0
146152
[4.1.0]: https://github.com/jhedstrom/drupalextension/compare/v4.0.1...v4.1.0

0 commit comments

Comments
 (0)