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

- old
+ new

@@ -1,9 +1,22 @@ +## 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) + ## 2.0.0 (2014-08-07) +Changes: + + - 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) ## 1.6.0 (2014-01-13) Features: