Commit df79b47c authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #656 from cviebrock/array-helpers

Doc change for issue #648
parents af9f875e a1cca24e
...@@ -73,6 +73,7 @@ ...@@ -73,6 +73,7 @@
- Fixed bug when using many-to-many relationships on non-default database connection. - Fixed bug when using many-to-many relationships on non-default database connection.
- Added true reflection based IoC to container. - Added true reflection based IoC to container.
- Added `Request::route()->controller` and `Request::route()->controller_action`. - Added `Request::route()->controller` and `Request::route()->controller_action`.
- Added `array_except` and `array_only` helpers, similar to `Input::except` and `Input::only` but for arbitrary arrays.
<a name="upgrade-3.2"></a> <a name="upgrade-3.2"></a>
## Upgrading From 3.1 ## Upgrading From 3.1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment