Files
spa-api/changelog.md

32 lines
903 B
Markdown
Raw Normal View History

2011-08-13 22:24:43 -05:00
# Laravel Change Log
2011-08-18 22:27:21 -05:00
## Version 1.5.4
- Fix bug in Eloquent belongs_to relationship eager loading.
### Upgrading From 1.5.3
- Replace **system** directory.
2011-08-18 18:11:12 -05:00
## Version 1.5.3
- Various bug fixes.
- Allow columns to be specified on Eloquent queries.
### Upgrading From 1.5.2
- Replace **system** directory.
2011-08-16 23:34:37 -05:00
## Version 1.5.2
2011-08-13 22:24:43 -05:00
2011-08-15 10:46:03 -05:00
- Moved **system/db/manager.php** to **system/db.php**. Updated alias appropriately.
- Unspecified optional parameters will be removed from URLs generated using route names.
- Fixed bug in Config::set that prevented it from digging deep into arrays.
- Replace Crypt class with Crypter class. Ditched static methods for better architecture.
2011-08-16 23:34:37 -05:00
- Re-wrote exception handling classes for better architecture and design.
### Upgrading From 1.5.1
- Replace the **system** directory.
- Replace the **application/config/aliases.php** file.
- Take note of encryption class changes.