Skip to content

Commit

Permalink
Prep for alpha 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedstrom committed Sep 21, 2018
1 parent 724789d commit b1ce166
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [2.0.0 alpha4] 2018-09-21
### Added
* [#191](https://github.com/jhedstrom/DrupalDriver/pull/191): Adds field
handler for address fields.
* [#196](https://github.com/jhedstrom/DrupalDriver/pull/196): Add a
storeOriginalConfiguration method.
* [#197](https://github.com/jhedstrom/DrupalDriver/pull/197): Added a method
configGetOriginal which will return the original config data.
### Fixed
* [#193](https://github.com/jhedstrom/DrupalDriver/pull/193): Fixing the
ListTextHandler to allow a key to also be 0
* [#198](https://github.com/jhedstrom/DrupalDriver/pull/198): Use
cache:rebuild instead of cache-clear all with Drush 9.
## [2.0.0 alpha3] 2018-06-21
### Added
* [#89](https://github.com/jhedstrom/DrupalDriver/pull/89): Adds Embridge asset
Expand Down Expand Up @@ -61,7 +74,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
docblock for `CoreInterface::roleCreate`.


[Unreleased]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-alpha3...HEAD
[Unreleased]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-alpha4...HEAD
[2.0.0 alpha4]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-alpha3...v2.0.0-alpha4
[2.0.0 alpha3]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-alpha2...v2.0.0-alpha3
[2.0.0 alpha2]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-alpha1...v2.0.0-alpha2
[2.0.0 alpha1]: https://github.com/jhedstrom/DrupalDriver/compare/v1.4.0...v2.0.0-alpha1
Expand Down

0 comments on commit b1ce166

Please sign in to comment.