CHANGELOG.md in plezi-0.8.4 vs CHANGELOG.md in plezi-0.8.5

- old
+ new

@@ -1,8 +1,18 @@ #Change Log *** +Change log v.0.8.5 + +**feature**: Plezi now includes a very simple Websocket Client (no support for cookies). It's used for testing the integrity of the Plezi Framework and could be used to test the Plezi apps. + +**feature**: the Controller can now create easy urls for it's own paths, using the #url_for method. Works wonderfuly for simple routes (routes such as: '/path/to/restful/controller/(:id)/(:other)/(:simple)/(:options)'). + +**update**: better ActiveRecord support now adds AC rake tasks. + +*** + Change log v.0.8.4 **core routing changes**: moved the Controller's routing cache out of the global cahce store. This might provide a very slight performance increase. **feature**: a new OAuth2 controller offers an easy support for OAuth2 login services such as facebook and google. to use this feature, require 'plezi/oauth'. \ No newline at end of file