Skip to content

Commit b23a5eb

Browse files
daniel-jones-devJanEbbing
authored andcommitted
docs: changelog
1 parent e13b8dd commit b23a5eb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8+
## [Unreleased]
9+
### Added
10+
* Added `model_type` option to `translate_text()` to use models with higher
11+
translation quality (available for some language pairs), or better latency.
12+
Options are `'quality_optimized'`, `'latency_optimized'`, and `'prefer_quality_optimized'`
13+
* Added the `model_type_used` field to `translate_text()` response, that
14+
indicates the translation model used when the `model_type` option is
15+
specified.
16+
17+
818
## [1.19.1] - 2024-09-17
919
### Fixed
1020
* Fixed typing issues, black-formatting and a test case failure.
@@ -304,6 +314,7 @@ Version increased to avoid conflicts with old packages on PyPI.
304314
Initial version.
305315

306316

317+
[Unreleased]: https://github.com/DeepLcom/deepl-python/compare/v1.19.1...HEAD
307318
[1.19.1]: https://github.com/DeepLcom/deepl-python/compare/v1.19.0...v1.19.1
308319
[1.19.0]: https://github.com/DeepLcom/deepl-python/compare/v1.18.0...v1.19.0
309320
[1.18.0]: https://github.com/DeepLcom/deepl-python/compare/v1.17.0...v1.18.0

0 commit comments

Comments
 (0)