Skip to content

Commit 61b8835

Browse files
authored
English :( (Azure#24131)
1 parent 99f5a87 commit 61b8835

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdk/translation/Azure.AI.Translation.Document/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
### Breaking Changes
1616
- `DocumentFilter.CreatedAfter` and `DocumentFilter.CreatedBefore` are now nullable properties.
17-
- Renamed method `GetAllTranslationStatuses` to `GetTranslationStasuses`.
18-
- Renamed method `GetAllDocumentStatuses` to `GetDocumentStasuses`.
17+
- Renamed method `GetAllTranslationStatuses` to `GetTranslationStatuses`.
18+
- Renamed method `GetAllDocumentStatuses` to `GetDocumentStatuses`.
1919
- Renamed type `TranslationFilter` to `GetTranslationStatusesOptions`.
2020
- Renamed type `DocumentFilter` to `GetDocumentStatusesOptions`.
2121
- Renamed type `DocumentStatus` to `DocumentStatusResult`.
@@ -32,7 +32,7 @@
3232

3333
### Bugs Fixed
3434
- `GetDocumentStasus` and `GetDocumentStatusesAsync` no longer set CreatedAfter and CreatedBefore if the user doesn't set it.
35-
- In `GetTranslationStasuses`, `GetDocumentStasuses` and their async counterparts; URL parameters for `Ids`, `Statuses`, and `OrderBy` are no longer included in the request URL if the user does not set them.
35+
- In `GetTranslationStatuses`, `GetDocumentStatuses` and their async counterparts; URL parameters for `Ids`, `Statuses`, and `OrderBy` are no longer included in the request URL if the user does not set them.
3636

3737
## 1.0.0-beta.4 (2021-08-10)
3838

0 commit comments

Comments
 (0)