Skip to content

Commit ea3b239

Browse files
committed
Add changelog
1 parent 0dab817 commit ea3b239

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
### Added
12+
- `getLanguages()` method to get supported languages
13+
- `getAccountStatus()` method to get account status
14+
15+
### Changed
16+
- Switched to v3 API which uses updated language detection model
17+
- ⚠️ `detect()` method result fields are `language` and `score`
18+
- `simpleDetect()` renamed to `detectCode()`
19+
20+
### Removed
21+
- Secure mode configuration. HTTPS is used by default.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ dependencies {
3434
}
3535
```
3636

37+
### Upgrading
38+
39+
When upgrading please check [changelog](CHANGELOG.md) for breaking changes.
40+
3741
## Usage
3842

3943
```java

0 commit comments

Comments
 (0)