* catch-html-parse-error:
CHANGELOG: Document this branch's HTML-title conversion fallback
feed: Add 'default' argument to Feed._html2text for HTMLParseError
Signed-off-by: W. Trevor King <wking@tremily.us>
v3.7 (unreleased)
+ * Fix fallback for titles that contain malformed HTML.
+ * Fix atomic saves to avoid garbling config and data files if the disk is full.
+ * Convert the `friendly-name` boolean to the new `name-format` setting. This allow users to customize how the friendly name is constructed.
+ * Demote guessed encodings logs from 'error' to 'warning'.
v3.6 (2013-09-09)
* Fix missing port argument for IMAPAuthenticationError.