summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw@amazon.co.uk>2017-10-06 22:30:02 +0100
committerDavid Woodhouse <dwmw@amazon.co.uk>2017-10-06 22:30:02 +0100
commit6b5e75dda5573d18af7b4df3edad8951536ca101 (patch)
tree7665555ec9f37372b695b80f993d4596cf5c885d /ChangeLog
parent4e0d38dec2c9bd84cd88ff2039c93522af884974 (diff)
downloadpidgin-6b5e75dda5573d18af7b4df3edad8951536ca101.tar.gz
Fix Finch search results display (#17238)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f07c908f85..55fcc742f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,9 @@ version 2.12.1 (??/??/????):
* Better support for dark themes. (#12572 Alyssa Rosenzweig and Gary Kramlich)
* Fixed IPv6 links by not escaping []'s. (#16391 cyisfor) (PR #270 Daniel Kamil Kozar)
+ Finch:
+ * Fix handling of search results (#17238 David Woodhouse)
+
version 2.12.0 (03/09/2017):
libpurple:
* Fix an out of bounds memory write in purple_markup_unescape_entity.