From 802ef183e4081049b94043fdeaedb22411c0fe3d Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 7 Jun 2018 21:39:40 +0100 Subject: [PATCH] !wip changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c75a0206..c9c0c46fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,25 @@ ## (unreleased) +### **Fixes** + +- Run the availability checker on finish of the recentlty added sync. [Jamie] + +- Fixed the issue with the Recently Added Sync sometimes not working as expected. [Jamie] + +- The UI looks at the local time to see if the JWT token has expired. Use local time to generate the token. [Jamie Rees] + + +## v3.0.3368 (2018-06-03) + ### **New Features** - Added the subscribe on the sarch page. [Jamie Rees] - Added the subscribe button to the search page if we have an existing request. [Jamie Rees] +- Update CHANGELOG.md. [Jamie] + ### **Fixes** - Use selected episodes in submitRequest. [Calvin]