Updated change-log.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
Taylor Otwell
2012-03-02 09:55:17 -06:00
parent c002ae6337
commit 2f2437a0e3

View File

@@ -13,4 +13,5 @@ Changes for 3.1:
- Added config, view, and lang loaders.
- Moved more stuff into application/start
- Removed error.display config options.
- Added foreign key support to schema builder.
- Added foreign key support to schema builder.
- Postgres "unique" indexes are now added with ADD CONSTRAINT