summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorparadox <devnull@localhost>2018-03-08 00:03:29 -0600
committerparadox <devnull@localhost>2018-03-08 00:03:29 -0600
commit13bb31b96d695a8d50e5133eefd4a5e0fb20ec16 (patch)
tree329c32ca04e69911e700472532da4793d96032fb /ChangeLog
parentfb59333599408d8d810f452ad036c0f10d590f75 (diff)
downloadpidgin-13bb31b96d695a8d50e5133eefd4a5e0fb20ec16.tar.gz
Don't allow adding a buddy to prpls that don't have an add_buddy callback. Fixes #4061
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71b8c5f4fe..22e962900b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,7 @@ version 2.13.0 (??/??/????):
* Fix matching unicode smilies. (#17232 gnubfx PR #262 Daniel Kamil Kozar)
* Correctly update mute/unmute status when the remote side mutes/unmutes us. (#17273 PR #302 David Woodhouse)
* Rework the status icon blinking to not used deprecated API. (#17174 zelch PR #264 Daniel Kamil Kozar)
+ * Don't allow adding a buddy to protocols that don't have an add_buddy callback. (#4061 Paradox)
Finch:
* Fix handling of search results (#17238 David Woodhouse)