CHANGELOG in rack-oauth2-server-1.0.0 vs CHANGELOG in rack-oauth2-server-1.1.0
- old
+ new
@@ -1,11 +1,23 @@
+2010-11-02 1.1.0
+
+Renamed oauth.resource as oauth.identity to remove confusion, besides, it's
+more often identity than anything else.
+
+Added automagic loading under Rails, no need to require special path.
+
+Added Rack::OAuth2::Server::Options class, easier to user than Hash.
+
+Added indexes for speedier queries.
+
+
2010-11-02 1.0.0
World premiere.