Fix release notes for release 7.31.0

This commit is contained in:
Gustavo Soares 2021-05-25 16:51:27 -07:00 коммит произвёл GitHub
Родитель ccbf07699c
Коммит 8ae66299ec
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1,6 +1,8 @@
# Release Notes for PROSE SDK versions 7.x
## [Release 7.31.0](https://www.nuget.org/packages/Microsoft.ProgramSynthesis/7.31.0) - 2021/05/25
- General
- **Refactored method signatures to avoid the use of nullable cancellation tokens for performance reasons (breaking change).**
- Transformation.Text
- Added Translate telemetry event including translation duration, anonymized examples, and output expression.
- Added a method to support the display or logging of masked confidential data (Microsoft.ProgramSynthesis.Transformation.Text.Example.ToPrivateString()). Upper case letters are converted to 'A', Lower case letters are converted to 'a', Numbers are converted to '9', Non-alphanumerics are preserved.