summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2015-03-08 10:51:19 +0100
committerAleksander Machniak <alec@alec.pl>2015-03-08 10:51:19 +0100
commit9af8e22b8ea3bd4fe9e05860058d7fce29019455 (patch)
tree649a010858db57f89e4b448ca71a59d66ee0fc1a /CHANGELOG
parent7ff227eb3eda915bf40a596f7ab727e3d0e0861b (diff)
Plugin API: added message_part_body hook, fixes around message structure handling by plugins
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bae36098a..4376812e8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Plugin API: Added message_part_body hook
- Add initdb.sh to create database from initial.sql script with prefix support (#1490188)
- Plugin API: Add special onload() method to execute plugin actions before startup (session and GUI initialization)
- Password plugin: Added 'kpasswd' driver by Peter Allgeyer