fix handling of hash Urls.

This commit is contained in:
Taylor Otwell
2012-04-02 13:02:49 -05:00
parent c0a80d132f
commit 6a9cc48164
2 changed files with 19 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
- Added "$hidden" static variable to the base Eloquent model.
- Added "sync" method to has_many_and_belongs_to Eloquent relationship.
- Improved View performance by only loading contents from file once.
- Fix handling of URLs beginning with has in URL::to.
<a name="upgrade-3.2"></a>
## Upgrading From 3.1