added event queues.

This commit is contained in:
Taylor Otwell
2012-05-11 08:48:31 -05:00
parent af9f875ee3
commit ef6076b2ce
2 changed files with 62 additions and 0 deletions

View File

@@ -73,6 +73,7 @@
- Fixed bug when using many-to-many relationships on non-default database connection.
- Added true reflection based IoC to container.
- Added `Request::route()->controller` and `Request::route()->controller_action`.
- Added `Event::queue`, `Event::flusher`, and `Event::flush` methods to Event class.
<a name="upgrade-3.2"></a>
## Upgrading From 3.1