Add changelog entry about potentialDupesIgnoringUsername

This commit is contained in:
Thom Chiovoloni 2020-03-27 12:39:03 -07:00
Родитель 99c3feca2f
Коммит 7b0c2966c3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 31F01AEBD799934A
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -10,3 +10,10 @@
- iOS: The `reqwest` network stack will not be initialized automatically anymore.
Please call `Viaduct.shared.useReqwestBackend()` as soon as possible before using the framework. ([#2880](https://github.com/mozilla/application-services/pull/2880))
## Logins
### What's New
- A new function was added to return a list of duplicate logins, ignoring
username. ([#2542](https://github.com/mozilla/application-services/pull/2542))