Skip to content

Commit 12aabca

Browse files
docs: Update CHANGELOG
1 parent fa1214b commit 12aabca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
### Added
99
- Added new language constants from January 2026 API release of 81 new languages.
10+
- Added support for style rules CRUD endpoints in the `DeepLClient` class:
11+
`create_style_rule()`, `get_style_rule()`, `update_style_rule_name()`,
12+
`update_style_rule_configured_rules()`, and `delete_style_rule()`.
13+
- Added support for style rule custom instruction CRUD endpoints in the
14+
`DeepLClient` class: `create_style_rule_custom_instruction()`,
15+
`get_style_rule_custom_instruction()`,
16+
`update_style_rule_custom_instruction()`, and
17+
`delete_style_rule_custom_instruction()`.
18+
Please refer to the README for usage instructions.
1019

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

0 commit comments

Comments
 (0)