Update changelog.

This commit is contained in:
Jordan Petridis 2018-03-12 22:32:52 +02:00
parent 1bdd2f2f5b
commit 05628a2529
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
* Ability to mark all episodes of a Show as watched. [#47](https://gitlab.gnome.org/alatiera/Hammond/issues/47)
* Now you are able to subscribe to itunes™ podcasts by using the itunes link of the show.[#49](https://gitlab.gnome.org/alatiera/Hammond/issues/49)
* Now you are able to subscribe to itunes™ podcasts by using the itunes link of the show. [#49](https://gitlab.gnome.org/alatiera/Hammond/issues/49)
* EpisdeWidget has been reimplemented as a compile time state machine. [!18](https://gitlab.gnome.org/alatiera/Hammond/merge_requests/18)
## [0.3.0] - 2018-02-11

View File

@ -29,8 +29,8 @@ extern crate open;
extern crate regex;
extern crate reqwest;
extern crate send_cell;
extern crate take_mut;
extern crate serde_json;
extern crate take_mut;
extern crate url;
// extern crate rayon;