We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d13cc2 commit 410b4ebCopy full SHA for 410b4eb
1 file changed
CHANGELOG.md
@@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
- ⚠️ `detect` method no longer accept arrays - use `detect_batch` instead
19
- ⚠️ `user_status` method renamed to `account_status`
20
- ⚠️ Proxy URL configured using `config.proxy`
21
-- HTTPS is used by default. Removed secure_mode configuration
+- HTTPS is used by default. Removed secure mode configuration.
22
- Client connection is reused. If you change configuration after client is initialized, you need to reset client using `DetectLanguage.client = nil`.
23
24
### Removed
0 commit comments