From 233dff0e1519f53370bf8d649d3cf9c08046d493 Mon Sep 17 00:00:00 2001 From: Rob Weber Date: Fri, 6 Dec 2019 13:30:54 -0600 Subject: [PATCH] removed references to dropbox code removal --- changelog.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/changelog.md b/changelog.md index 9d438de..fbad376 100644 --- a/changelog.md +++ b/changelog.md @@ -10,7 +10,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - added new badges for Kodi Version, TravisCI and license information from shields.io - dependency on script.module.dateutil for relativedelta.py class - - add Dropbox library back in v 9.4.0, for Python 3 compatibility ### Changed @@ -26,7 +25,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - removed need for urlparse library - Removed GoogleDrive support - issues with python 3 compatibility - - removed script.module.dropbox dependency, need version 9+ and it isn't in the Kodi repo yet - removed relativedelta.py, use the dateutil module for this ## [Version 1.5.2](https://github.com/robweber/xbmcbackup/compare/krypton-1.5.1...robweber:krypton-1.5.2) - 2019-09-30