I hadn't planned on it although I guess I could add it in. The list of
elements on feed and feed entries isn't meant to be exhaustive. I was
aiming for the elements that are commonly there and can be found in
both atom and rss feeds. In the meantime you can add them yourself
fairly easily by reopening the feed classes:
class Atom; element :description; end
class RSS; element :description; end
class AtomFeedBurner; element :description; end
I suppose it would be a good idea to make it easy to add custom
elements to all of the feed classes. I think I'll wait to change
anything big until I have time to complete the big refactor.
Thanks,
Paul