From 073f711a6101636498452655f4ab80eef64b923f Mon Sep 17 00:00:00 2001 From: Brent Dearth Date: Fri, 30 Oct 2015 12:38:03 -0600 Subject: [PATCH] chore(doc): remove stale / duplicated changelog --- app/controllers/devise_token_auth/CHANGELOG.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 app/controllers/devise_token_auth/CHANGELOG.md diff --git a/app/controllers/devise_token_auth/CHANGELOG.md b/app/controllers/devise_token_auth/CHANGELOG.md deleted file mode 100644 index a7c7ff0d3..000000000 --- a/app/controllers/devise_token_auth/CHANGELOG.md +++ /dev/null @@ -1,10 +0,0 @@ -+ -+# 0.1.33 (2015-??-??) -+ -+## Features -+ -+- **Improved OAuth Flow**: Supports new OAuth window flows, allowing options for `sameWindow`, `newWindow`, and `inAppBrowser` -+ -+## Breaking Changes -+ -+- The new OAuth redirect behavior now defaults to `sameWindow` mode, whereas the previous implementation mimicked the functionality of `newWindow`. This was changed due to limitations with the `postMessage` API support in popular browsers, as well as feedback from user-experience testing. \ No newline at end of file