-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from mxr576/2.0.0-alpha2
2.0.0 alpha2 preparations
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
# CHANGELOG | ||
|
||
## 2.0.0-alpha2 - 2018-05-24 | ||
|
||
* Added CHANGELOG.md. | ||
* Fixed: Failed API calls caused issues if OAuth authentication were in use. | ||
* Two new required parameters added to AppCredentialControllerInterface::generate(). | ||
(These required by the API.) | ||
* AppCredentialControllerInterface::overrideAttributes() removed because | ||
interface now implements the AttributesAwareEntityControllerInterface interface. | ||
All previous usage of overrideAttributes() must be replaced with | ||
updateAttributes(). | ||
* Extended test coverage. | ||
|
||
## 2.0.0-alpha1 - 2018-05-09 | ||
|
||
* First alpha release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters