File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments