Skip to content

Commit

Permalink
Started migration guide for 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Mar 18, 2012
1 parent 766598e commit 6f900bc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions en/appendices/2-2-migration-guide.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
2.2 Migration Guide
###################

CakePHP 2.2 is a fully API compatible upgrade from 2.1. This page outlines the
changes and improvements made for 2.2.

ExceptionRenderer
==========

The `CakeErrorController` used by `ExceptionRenderer` to render error pages now
uses layout `error.ctp` instead of `default.ctp`. So create an `error.ctp` in
your app's layouts folder. This prevents nested errors caused in some cases
due to use of default layout error.

0 comments on commit 6f900bc

Please sign in to comment.