feeds: Raise an exception when adding a feed with a duplicate name
[rss2email.git] / CHANGELOG
index 382e626e105f3dbd970c9e289c8f04e27b6726c4..dbcc6dd7852d3eca63267f246eb8987bd96d8d0a 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,5 @@
 v3.9 (unreleased)
+    * Catch and error out if a user adds a feed with a duplicate name.
     * Split sender into both sendmail's -F and -f.
     * Fix an error with SMTPConnectionError inhertence order ("does not take keyword arguments").
     * Add a new `smtp-ssl-protocol` setting, to select acceptable protocols for SMTP connections.