1.1
---

* converted error handling to exceptions
* mvc system now wrapped in bootstrap object
* added root_controller and root_action config settings
  to force the root controller/action regardless of url
* unknown actions now fall back to the default_action setting in config
* php default spl_autoload now used for all plugins
* allow multiple database connection handlers
* add active record features to database model
* throw exception if database.php is not found.

1.0.1
-----

* add view controller so view loading worsk as $this->view->display() like in the docs (mohrt)
* use try/catch for controller method execution so __call can be utilized (areazero, mohrt)

1.0
---

initial release
