From ef539cb8e8b2055362976aea0fd1ae929fd0eab5 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Wed, 28 Feb 2024 10:50:12 +0100 Subject: [PATCH] Updating CHANGELOG --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb9bc56..b6bad56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. interface. ### Changed -* Invalid LangIDs will default to `EN_US` +* [breaking] LangIDs no longer implement `TryFromPrimitive`. The minor version has not been bumped +as this was not intended to be used in the public API. + - If this is problematic, please open an issue in the main `usb-device` repository. * Changed handling of EP0 state to eliminate unexpected issues with device enumeration ## [0.3.1] - 2023-11-15