CHANGELOG: Document HTML syntax fix
authorW. Trevor King <wking@tremily.us>
Sun, 9 Jun 2013 21:26:31 +0000 (17:26 -0400)
committerW. Trevor King <wking@tremily.us>
Sun, 9 Jun 2013 21:26:31 +0000 (17:26 -0400)
Documenting:
4aa7f1d Fixed syntactical error when generating HTML mails

The commit by Dennis Keitzel fixed a typo in the HTML which dated back
to 00e2eecc (Spread cmd_run() logic out into Feed methods,
2012-10-04).

Signed-off-by: W. Trevor King <wking@tremily.us>
CHANGELOG

index c336be6cd6f45e53c08da532f4f0d85d6a996b52..41f56c8f3bfa1de076023149e47da3a161acad81 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+v3.6 (unreleased)
+    * Fix `<div id="entry>` syntax error in HTML mail.
+
 v3.5 (2013-06-05)
     * Added digest generation and post-processing hooks.
     * Fix html2text configuration (ignored since 2012-10-04).