incremented version and updated changelog.
This commit is contained in:
parent
c47a30fca6
commit
610d8827c4
|
@ -1,5 +1,13 @@
|
||||||
# Laravel Change Log
|
# Laravel Change Log
|
||||||
|
|
||||||
|
## Version 2.1.0
|
||||||
|
|
||||||
|
- Fix: Multiple wildcards / regular expressions per segment are now supported.
|
||||||
|
|
||||||
|
### Upgrading from 2.0.9
|
||||||
|
|
||||||
|
- Replace **laravel** directory.
|
||||||
|
|
||||||
## Version 2.0.9
|
## Version 2.0.9
|
||||||
|
|
||||||
- Minor: Made "timestamps" method in Eloquent model protected instead of private.
|
- Minor: Made "timestamps" method in Eloquent model protected instead of private.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Laravel - A PHP Framework For Web Artisans
|
* Laravel - A PHP Framework For Web Artisans
|
||||||
*
|
*
|
||||||
* @package Laravel
|
* @package Laravel
|
||||||
* @version 2.0.9
|
* @version 2.1.0
|
||||||
* @author Taylor Otwell <taylorotwell@gmail.com>
|
* @author Taylor Otwell <taylorotwell@gmail.com>
|
||||||
* @link http://laravel.com
|
* @link http://laravel.com
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue