1
0
Fork 0
mirror of https://github.com/simi/omniauth-facebook.git synced 2022-11-09 12:32:45 -05:00

fix inconsistent styles

This commit is contained in:
Mark Dodwell 2016-06-26 17:45:47 -07:00
parent 1d7d97e341
commit 54250c894e

View file

@ -2,16 +2,16 @@
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)