From b30361c227d44821a63434d67a48db131620d603 Mon Sep 17 00:00:00 2001 From: Dimitrios Savvopoulos Date: Tue, 10 Jun 2014 13:01:59 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b7cfa73..6f083b1 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,10 @@ Translatable is fully compatible with all kinds of Eloquent extensions, includin ## Version History +### v. 4.1 +* Added [fallback](https://github.com/dimsav/laravel-translatable/issues/23) to default locale if translations is missing. +* Added travis environment for laravel 4.2. + ### v. 4.0 * Removed syntax `$model->en->name` because conflicts may happen if the model has a property named `en`. See [#18](https://github.com/dimsav/laravel-translatable/issues/18). * Added method `hasTranslation($locale)`. See [#19](https://github.com/dimsav/laravel-translatable/issues/19).