diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3496ef3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +Version 1.0.X (2013-11-XX) + * Merged changes by @VictorBjelkholm. This results in a BC break: + Request\Request now requires the 'oauth_consumer_key' as a parameter + in the contructor. + diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 3755a47..e273fb8 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -7,3 +7,4 @@ Andy Smith authored the original code (http://oauth.googlecode.com/svn/code/php/ * Gary Jones (@GaryJones) * Jacob Kiers (@jacobkiers) * Alexandru G. (@vimishor) + * Victor Bjelkholm (@VictorBjelkholm)