File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
88## [ Unreleased]
9+ ## [ 2.1.0]
910### Added
1011 * [ #186 ] ( https://github.com/jhedstrom/DrupalDriver/issues/168 ) Provide a method to directly authenticate on Drupal 8.
1112### Changed
1213 * Remove testing on PHP 5.6, added testing on PHP 7.3 and 7.4.
14+ * [ #214 ] ( https://github.com/jhedstrom/DrupalDriver/pull/214 ) Fix D8 deprectations.
15+ * [ #224 ] ( https://github.com/jhedstrom/DrupalDriver/pull/224 ) Support Drupal 9.
16+ ### Fixed
17+ * [ #217 ] ( https://github.com/jhedstrom/DrupalDriver/pull/217 ) Fix fatal error in field handler.
18+ * [ #219 ] ( https://github.com/jhedstrom/DrupalDriver/issues/219 ) Fix php notice in exception message.
1319## [ 2.0.0] 2019-09-27
1420## [ 2.0.0 rc1] 2019-07-25
1521### Changed
@@ -92,7 +98,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9298 docblock for ` CoreInterface::roleCreate ` .
9399
94100
95- [ Unreleased ] : https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0...HEAD
101+ [ Unreleased ] : https://github.com/jhedstrom/DrupalDriver/compare/v2.1.0...HEAD
102+ [ 2.1.0 ] : https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0...v2.1.0
96103[ 2.0.0 ] : https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-rc1...v2.0.0
97104[ 2.0.0 rc1 ] : https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-alpha6...v2.0.0-rc1
98105[ 2.0.0 alpha6 ] : https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-alpha5...HEAD
You can’t perform that action at this time.
0 commit comments