CHANGELOG.md in plezi-0.12.9 vs CHANGELOG.md in plezi-0.12.10
- old
+ new
@@ -1,8 +1,18 @@
#Change Log
***
+Change log v.0.12.10
+
+**Fix**: removed a debug message introduced when fixing the renderer for version 0.12.9.
+
+**Update**: Plezi will respect changes to the response status when rendering error massges (i.e. 404 or 500 error templates), allowing us to change the response status to 302 (redirect) and set a location header using (response['location'] = '/')... This allows for a more gracefull error 500 handling.
+
+**Update**: updated gemspecs to link to [plezi.io](http://www.plezi.io).
+
+***
+
Change log v.0.12.9
**Fix**: Layered rendering (when using layout) will now fail if the inner layer (the actual page) fails to render - directing the user to the 404 error page instead of displaying the layout with no data.
**Update**: `render` will now accept either a String (for a template name in the root of the template folder), a Symbol (the `_` sign will be used to delimit folders, if needed) or an Array of Strings (delimiting folders up to the file's base name).
\ No newline at end of file