CHANGELOG.md in plezi-0.12.13 vs CHANGELOG.md in plezi-0.12.14

- old
+ new

@@ -1,8 +1,16 @@ #Change Log *** +Change log v.0.12.14 + +**Update**: `Controller#redirect_to` will now attempt to guess the URL using `url_for`, unless the URL given is a String. It also leverages the new `redirect_to` Iodine::Response method, allowing you to set the FUTURE response's status_code. + +**Update**: Error page rendering is now performed within a controller class called `ErrorCtrl`. This means that the error templates have acess to all the helper methods and properties of a controller, including `render`, `redirect_to`, etc'. + +*** + Change log v.0.12.13 **Fix**: fixed an error in te rendering engine, where the default :format was an empty String instead of 'html'. **Update**: if `params[:format]` exists, the `params[:format]` will be used to set the format of the template to be rendered (i.e., if `params[:format] == 'json'`, Plezi will look for `template_name.json.erb` instead of `template_name.html.erb`) \ No newline at end of file