mention duplicate contact merging in the release notes

This commit is contained in:
tibbi
2019-09-15 23:49:27 +02:00
parent ede2e3498a
commit 05458cede2
2 changed files with 2 additions and 0 deletions

View File

@ -569,6 +569,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
add(Release(34, R.string.release_34))
add(Release(39, R.string.release_39))
add(Release(40, R.string.release_40))
add(Release(47, R.string.release_47))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}