diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-04-14 15:39:03 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-04-28 09:07:25 +0100 |
commit | 973049e92db6c0ad55750a969b35cf40b9bf677d (patch) | |
tree | 93abb2a5080d022f68438fd3895aaf8131aca9e4 | |
parent | ca66d9b22bca71f4c0a62121e6bff7c7da93d20d (diff) |
Add some notes on usage.
-rw-r--r-- | doc/CHANGES.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 9b54a0b52..b9406fac3 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -4,6 +4,9 @@ * There is experimental support for using an STMP server, rather than sendmail, for outgoing mail. There is not yet any ability to retry if the SMTP server is unavailable. +* HTML 'widgets' advertising requests can be displayed on other sites in iframes. + If 'ENABLE_WIDGETS' is set to true in `general.yml` (the default is false), a link + to the widget code will appear in the right hand sidebar of a request page. # Version 0.21 |