Add an empty CHANGELOG that follows keepachangelog.com format. Closes #23.

This commit is contained in:
Jordan Petridis
2017-12-28 22:41:22 +02:00
parent 287620d6cd
commit 8a7d6d9f1b
2 changed files with 10 additions and 1 deletions
-1
View File
@@ -40,7 +40,6 @@ pub(crate) fn new_podcast(chan: &Channel, source_id: i32) -> NewPodcast {
}
/// Parses an `rss::Item` into a `NewEpisode` Struct.
// TODO: parse itunes duration extension.
pub(crate) fn new_episode(item: &Item, parent_id: i32) -> Result<NewEpisode> {
if item.title().is_none() {
bail!("No title specified for the item.")