diff options
author | Ruben Pollan <meskio@sindominio.net> | 2016-06-14 19:06:45 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2016-06-17 21:25:07 +0200 |
commit | 161fd0542425dc9afa336dcb0675f56b3e1b0b55 (patch) | |
tree | d334e572ca8cc41dfb65466ce4a2c1ec37aa5649 /keymanager/changes | |
parent | 5409d64e20e353f9f0acb77ad2d89b80a8685ed0 (diff) |
[feat] improve duplicated active documents fixup
Mostly for private keys we want to keep the latest one in the keyring.
It would be desirable to check with one is set in nicknym, but this
will need a big refactor that I'm not sure if it's worth it just for
that.
- Related: #6658, #8059
Diffstat (limited to 'keymanager/changes')
-rw-r--r-- | keymanager/changes/next-changelog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keymanager/changes/next-changelog.txt b/keymanager/changes/next-changelog.txt index 91ca8bdd..a2ab4fb1 100644 --- a/keymanager/changes/next-changelog.txt +++ b/keymanager/changes/next-changelog.txt @@ -12,6 +12,7 @@ Features ~~~~~~~~ - `#8031 <https://leap.se/code/issues/8031>`_: Remove support for multiple key types. - `#8068 <https://leap.se/code/issues/8068>`_: make get_all_keys aware of active addresses. +- `#6658 <https://leap.se/code/issues/6658>`_: Improve duplicated active documents fixup. - `#1234 <https://leap.se/code/issues/1234>`_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. |