summaryrefslogtreecommitdiff
path: root/keymanager/changes
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2014-03-31 17:59:13 -0300
committerdrebs <drebs@leap.se>2014-03-31 18:11:32 -0300
commitfae320b7e81036426f375f10832a38f160433238 (patch)
tree2016ad7e017734ae4c47b05d31619a2b1927a04d /keymanager/changes
parent5fc07042ca0f4a4ff42cedb9c468c5ad489632f6 (diff)
Properly raise exception when key is not found on server (#5415).
Diffstat (limited to 'keymanager/changes')
-rw-r--r--keymanager/changes/bug_5415_properly-raise-KeyNotFound2
1 files changed, 2 insertions, 0 deletions
diff --git a/keymanager/changes/bug_5415_properly-raise-KeyNotFound b/keymanager/changes/bug_5415_properly-raise-KeyNotFound
new file mode 100644
index 00000000..02e49055
--- /dev/null
+++ b/keymanager/changes/bug_5415_properly-raise-KeyNotFound
@@ -0,0 +1,2 @@
+ o Properly raise KeyNotFound exception when looking for keys on nickserver
+ (#5415).