Skip to content

Commit e05c0d0

Browse files
docs: Update CHANGELOG
1 parent 5d6bc7a commit e05c0d0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### Added
99
- Added new language constants from January 2026 API release of 81 new languages.
1010
- Added `jsonBody` option to `SendRequestOptions`, enabling JSON-encoded API calls.
11+
- Added support for style rules CRUD endpoints in the `DeepLClient` class:
12+
`createStyleRule()`, `getStyleRule()`, `updateStyleRuleName()`,
13+
`updateStyleRuleConfiguredRules()`, and `deleteStyleRule()`.
14+
- Added support for style rule custom instruction CRUD endpoints in the
15+
`DeepLClient` class: `createStyleRuleCustomInstruction()`,
16+
`getStyleRuleCustomInstruction()`, `updateStyleRuleCustomInstruction()`,
17+
and `deleteStyleRuleCustomInstruction()`.
18+
Please refer to the README for usage instructions.
1119

1220
### Changed
1321
- Updated formality tests to accept either formal or informal output when using default formality,

0 commit comments

Comments
 (0)