CHANGELOG.md in omniauth-facebook-3.0.0 vs CHANGELOG.md in omniauth-facebook-4.0.0.rc1

- old
+ new

@@ -1,30 +1,40 @@ +## 4.0.0 (Unreleased) + +Changes: + + - drop support for Ruby < 1.9.3 (@mkdynamic) + - switch to versioned FB APIs, currently using v2.6 (#245, @printercu, @mkdynamic) + - remove deprecated :nickname field from README example (#223, @abelorian) + - add Ruby 2.2 to CI (#225, @tricknotes, @mkdynamic) + - update example app (@mkynamic) + ## 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)) + - 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) - - Allow the image_size option to be set as a symbol. (#182, @jgrau) + - allow versioning by not forcing absolute path for graph requests (#180, @frausto) + - allow the image_size option to be set as a symbol. (#182, @jgrau) ## 2.0.0 (2014-08-07) Changes: - - remove support for canvas app flow (765ed9, @mkdynamic) + - remove support for canvas app flow (765ed9, @mkdynamic) Bugfixes: - - bump omniauth-oauth2 dependency which addresses CVE-2012-6134 (#162, @linedotstar) - - rescue `NoAuthorizationCodeError` in callback_phase (a0036b, @tomoya55) - - fix CSRF exception when using FB JS SDK and parsing signed request (765ed9, @mkdynamic) + - bump omniauth-oauth2 dependency which addresses CVE-2012-6134 (#162, @linedotstar) + - rescue `NoAuthorizationCodeError` in callback_phase (a0036b, @tomoya55) + - fix CSRF exception when using FB JS SDK and parsing signed request (765ed9, @mkdynamic) ## 1.6.0 (2014-01-13) Features: