Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions sdk/translation/Azure.AI.Translation.Document/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
# Release History
## 2.1.0-beta.1 (Unreleased)

## 2.0.0 (2024-11-15)

### Features Added

- Exposed `JsonModelWriteCore` for model serialization procedure.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.0.0 (2024-08-16)

### Other Changes
This is a GA release. No new features added.
- Renamed SingleDocumentTranslationClient's API from `document_translate` to `translate`

## 2.0.0-beta.2 (2024-07-05)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Translator is a cloud-based machine translation service and is part of the Azure Cognitive Services family of cognitive APIs used to build intelligent apps. Translator is easy to integrate in your applications, websites, tools, and solutions. It allows you to add multi-language user experiences in 90 languages and dialects. And it can be used on any hardware platform with any operating system for text translation.</Description>
<AssemblyTitle>Microsoft Azure.AI.Translation.Document client library</AssemblyTitle>
<Version>2.1.0-beta.1</Version>
<Version>2.0.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<!--<ApiCompatVersion>1.0.0</ApiCompatVersion> -->
<PackageTags>Microsoft Azure Document Translation</PackageTags>
Expand Down