From 05628a2529c51a8c0428ada9a17e9b38b56f7077 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Mon, 12 Mar 2018 22:32:52 +0200 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 3 ++- hammond-gtk/src/main.rs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb7dd84..f375e07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/hammond-gtk/src/main.rs b/hammond-gtk/src/main.rs index 79baa80..cd21890 100644 --- a/hammond-gtk/src/main.rs +++ b/hammond-gtk/src/main.rs @@ -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;