From 1a7e668977ebdcc799c656dfbc11dd31a991282b Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Mon, 30 Mar 2015 10:56:23 -0400 Subject: [PATCH] Fix handling of %-encoded entities in mailto: URLs (#1490346) --- CHANGELOG | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9877a08..be9ac21 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ - Add initdb.sh to create database from initial.sql script with prefix support (#1490188) - Plugin API: Added message_part_body hook - Plugin API: Add special onload() method to execute plugin actions before startup (session and GUI initialization) +- Fix handling of %-encoded entities in mailto: URLs (#1490346) RELEASE 1.1.1 ------------- -- Gitblit v1.9.1