From 61c112c14011660a8f8303c58f3beb60c4547924 Mon Sep 17 00:00:00 2001 From: Maccesch Date: Tue, 13 Aug 2024 13:47:07 +0100 Subject: [PATCH] typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d114a9..3e064c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated to web_sys 0.3.70 which unfortunately is breaking some things. - `use_clipboard` doesn't need the unstable flags anymore. -- `use_local` now uses `unic_langid::LanguageIdentifier` and proper locale matching (thanks to @mondeja). +- `use_locale` now uses `unic_langid::LanguageIdentifier` and proper locale matching (thanks to @mondeja). ## [0.11.4] - 2024-08-12