projects
/
rss2email.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d293ab8
)
CHANGELOG: Update with summary of <table> removal
author
W. Trevor King
<wking@tremily.us>
Sat, 13 Apr 2013 23:27:30 +0000
(19:27 -0400)
committer
W. Trevor King
<wking@tremily.us>
Sat, 13 Apr 2013 23:27:30 +0000
(19:27 -0400)
Documenting:
d293ab8
feed: Remove <table> elements from HTML mail
Signed-off-by: W. Trevor King <wking@tremily.us>
CHANGELOG
patch
|
blob
|
history
diff --git
a/CHANGELOG
b/CHANGELOG
index dbd07cf19bb459b849a54742f0d9dfed6168b099..7e38567945f0dc257c6a52ce974317d07ca4d5bd 100644
(file)
--- a/
CHANGELOG
+++ b/
CHANGELOG
@@
-4,6
+4,7
@@
v3.3 (unreleased)
* Convert html2text parsing errors to `ProcessingError`s.
* Cleanup html2text error handling.
* Drop Google Reader rel-via manipulation.
+ * Drop the wrapping <table> elements from HTML mail
v3.2 (2013-03-13)
* Use extended interpolation in configuration files, to allow percent signs (%).