File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+
9
+ ## v2.0.0
10
+
11
+ ### Changed
12
+ - Switched to v3 API which uses updated language detection model
13
+ - ⚠️ Added ` DetectResult ` field ` score ` , removed ` confidence ` and ` reliable `
14
+ - Renamed ` GetUserStatusAsync ` to ` GetAccountStatusAsync `
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ From within Visual Studio:
35
35
5 . Click on the DetectLanguage package, select the appropriate version in the
36
36
right-tab and click * Install* .
37
37
38
+ ### Upgrading
39
+
40
+ When upgrading please check [ changelog] ( CHANGELOG.md ) for breaking changes.
41
+
38
42
## Documentation
39
43
40
44
For a comprehensive list of examples, check out the [ API documentation] [ api-docs ] .
You can’t perform that action at this time.
0 commit comments