CHANGELOG.md in plezi-0.12.10 vs CHANGELOG.md in plezi-0.12.11
- old
+ new
@@ -1,8 +1,14 @@
#Change Log
***
+Change log v.0.12.11
+
+**Update/Fix**: dedicated methods for Controllers shouldn't be case sensitive. i.e. `/humans` and `/huMans/` should lead to the same route, IF that route is a method called `:humans` within a Controller class.
+
+***
+
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.
\ No newline at end of file