updated changelog.

This commit is contained in:
Taylor Otwell 2011-11-23 22:40:21 -06:00
parent 63ac87cc0f
commit 3d984ba30f
1 changed files with 22 additions and 0 deletions

View File

@ -1,5 +1,27 @@
# Laravel Change Log
## Version 2.0.0
- Added support for controllers.
- Added Redis support, along with cache and session drivers.
- Added cookie session driver.
- Added support for database expressions.
- Added Blade templating engine.
- Added view "sections".
- Added support for filter parameters.
- Added dependency injection and IoC support.
- Made authentication system more flexible.
- Added better PSR-0 library support.
- Added fingerprint hashing to cookies.
- Improved view error handling.
- Made input flashing more developer friendly.
- Added better Redirect shortcut methods.
- Added standalone Memcached class.
- Simplified exception handling.
- Added ability to ignore certain error levels.
- Directories re-structured.
- Improved overall code quality and architecture.
## Version 1.5.9
- Fixed bug in Eloquent relationship loading.