Add new signal: feed_generated

This signal gets emitted before a feed gets written to disk.
Therefore it allows plugins to do arbitrary changes to the feed.
This commit is contained in:
Bernhard Scheirle 2017-01-16 11:33:13 +01:00
commit 927d9c7ea5
4 changed files with 5 additions and 1 deletions

View file

@ -4,7 +4,7 @@ Release history
Next release
============
- Nothing yet
* New signal: ``feed_generated``
3.7.1 (2017-01-10)
==================