CHANGELOG.md in omniauth-facebook-2.0.1 vs CHANGELOG.md in omniauth-facebook-3.0.0

- old
+ new

@@ -1,4 +1,12 @@ +## 3.0.0 (2015-10-26) + +Changes: + + - Remove query string from redirect_uri on callback by default (#221, @gioblu) + - Signed request parsing extracted to `OmniAuth::Facebook::SignedRequest` class. (#183, @simi, @Vrael) + - Change default value of `info_fields` to `name,email` for the [graph-api-v2.4](https://developers.facebook.com/blog/post/2015/07/08/graph-api-v2.4/). ([#209](https://github.com/mkdynamic/omniauth-facebook/pull/209)) + ## 2.0.1 (2015-02-21) Bugfixes: - Allow versioning by not forcing absolute path for graph requests (#180, @frausto)