Skip to content

Commit 9ab0383

Browse files
committed
Update CHANGELOG.md
1 parent 160032c commit 9ab0383

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All Notable changes to **Laravel Localized Routes** will be documented in this file.
44

5+
## 2.2.0 (2020-01-08)
6+
7+
- Localize 404 and fallback URL's
8+
- Add README instructions on how to localize your 404 pages properly
9+
- Add `Route::isLocalized()` macro
10+
- Fix issue with `Route::localizedUrl()` on 404 pages (#16)
11+
- Fix issue with `Route::localizedUrl()` on non localized routes
12+
- Fix issue with generating localized URL's using custom domains
13+
- Enable use of Route::localizedUrl() with unnamed routes
14+
515
## 2.1.0 (2019-12-22)
616

717
- Add `Route::localizedUrl()` macro to generate a URL for the current route in any locale.

0 commit comments

Comments
 (0)