CHANGELOG.md in opro-0.2.1.pre vs CHANGELOG.md in opro-0.3.0.pre
- old
+ new
@@ -1,8 +1,10 @@
-## 0.2.1
+## 0.3.0
- Properly set attr_accessible for those apps that are requiring all attributes to be whitelisted.
-
+- Allow access_token to be passed in header `curl -H "Authorization: token iAmAOaUthToken" http://localhost:3000`
+- Default `config.allow_password_exchange' to true
+- Allow multiple `find_user_for_auth` calls in setup to allow custom finders for facebook, etc.
## 0.2.0
- Allow password exchange for access_token using `config.allow_password_exchange = true`
\ No newline at end of file