From 5101036717e8201389382c77ebfdeafbe073ef06 Mon Sep 17 00:00:00 2001 From: Gummibeer Date: Thu, 28 Feb 2019 09:12:22 +0100 Subject: [PATCH] update changelog for v9.4 --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index 6da5538..9bb0f97 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +## v9.4.0 +- add Laravel 5.8 support [#550](https://github.com/dimsav/laravel-translatable/pull/550) & [#556](https://github.com/dimsav/laravel-translatable/pull/556) + ## v9.3.0 - Fix n+1 queries when updating non-translated model attributes [#533](https://github.com/dimsav/laravel-translatable/pull/533)