Skip to content

Commit 2d22e4d

Browse files
committed
Update changelog
1 parent 56e389c commit 2d22e4d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# Changelog
22

33
All Notable changes to **Laravel Localized Routes** will be documented in this file.
4+
5+
## 1.0.0 (2018-04-03)
6+
7+
- Automatically register a route for each locale you wish to support.
8+
- Generate localized route URL's in the simplest way using the `route()` helper.
9+
- Redirect to localized routes using the `redirect()->route()` helper.
10+
- Allow routes to be cached.
11+
- Let you work with routes without thinking too much about locales.
12+
- Optionally translate each segment in your URI's.

0 commit comments

Comments
 (0)