fixed pagination bug affecting postgres.

This commit is contained in:
Taylor Otwell
2011-12-04 16:51:11 -06:00
parent 09c60d01dc
commit 4ec3f397cf
3 changed files with 17 additions and 4 deletions

View File

@@ -1,5 +1,13 @@
# Laravel Change Log
## Version 2.0.5
- Fix: Remove orderings before running pagination queries.
### Upgrading from 2.0.4
- Replace **laravel** directory.
## Version 2.0.4
- Feature: Added default parameter to File::get method.