CHANGELOG: Update with summaries of recent changes
authorW. Trevor King <wking@tremily.us>
Thu, 28 Mar 2013 10:58:40 +0000 (06:58 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 28 Mar 2013 11:00:39 +0000 (07:00 -0400)
This documents the following changes:
5fd97a2 Add George Saunders to __contributors__
bd7b7ca error: Don't explicitly store server in SMTPAuthenticationError
3f5df62 feed: Add herror to _SOCKET_ERRORS and remove reason handing
c39625e error: Fix ProcessingError message and logging
a3719f8 feed: Catch parsing errors during html2text
a88738f error: Fix super calls for SMTPAuthenticationError, etc.
80a8edf email: Change stray SMTP_SERVER to server
a66dd58 email: Remove explicit ehlo() call
c9f5681 feed: Streamline rel-via title extraction in
  _process_entry_content()
aa8675d feed: Drop Google Reader rel-via manipulation
a226ef6 error: Fix inheritance typos for HTTPError (ProcessingError ->
  FeedError)

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

index 418690c7952dc49bc80aa56beb77c99ba1045fa8..dbd07cf19bb459b849a54742f0d9dfed6168b099 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+v3.3 (unreleased)
+    * Fix SMTP message submission logic.
+    * Fix error inheritence (super() calls).
+    * Convert html2text parsing errors to `ProcessingError`s.
+    * Cleanup html2text error handling.
+    * Drop Google Reader rel-via manipulation.
+
 v3.2 (2013-03-13)
     * Use extended interpolation in configuration files, to allow percent signs (%).
     * Added .as_string() fallback to email flattening (only used if `use-smtp = False` and `use-8bit = True`).