You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
15
15
- Add `UnableToFormatStringException` from which other formatting exceptions will descend.
16
16
- Add `UnableToFormatDateTimeException` thrown when we're unable to format a date or time string.
17
17
- Allow instantiation of `FormatPHP` without configuration or message collection instances; FormatPHP will use the system's default locale, in this case.
18
+
- Instantiation of `Intl\Locale` without a locale argument will default to the system default locale.
19
+
- Instantiation of `Config` without a locale argument will create an `Intl\Locale` using the system default locale.
0 commit comments