Skip to content

Commit 0be5982

Browse files
committed
Add changelog
1 parent f8749f5 commit 0be5982

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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`

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ From within Visual Studio:
3535
5. Click on the DetectLanguage package, select the appropriate version in the
3636
right-tab and click *Install*.
3737

38+
### Upgrading
39+
40+
When upgrading please check [changelog](CHANGELOG.md) for breaking changes.
41+
3842
## Documentation
3943

4044
For a comprehensive list of examples, check out the [API documentation][api-docs].

0 commit comments

Comments
 (0)