From 05fe7a5d136f00eb16adc809c680354804384cd7 Mon Sep 17 00:00:00 2001 From: Ivan Vermeyen Date: Sun, 22 Dec 2019 17:36:42 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 146a5cb..de022d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All Notable changes to **Laravel Localized Routes** will be documented in this file. +## 2.1.0 (2019-12-22) + +- Add `Route::localizedUrl()` macro to generate a URL for the current route in any locale. + ## 2.0.0 (2019-12-17) - Add option to automatically detect and set locales with [codezero/laravel-localizer](https://github.com/codezero-be/laravel-localizer)