updated readme and changelog

This commit is contained in:
Rob Weber
2019-11-22 15:14:12 -06:00
parent b74c1af704
commit 294683fb43
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Added
- added new badges for Kodi Version, TravisCI and license information from shields.io
- use kodi-six for Kodi library imports, will make transition to python 3 easiser
### Changed
@@ -17,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- removed specific encode() calls per Python2/3 compatibility
- call isdigit() method on the string directly instead of str.isdigit() (results in unicode error)
- added flake8 testing to travis-ci
- updated code to make python3 compatible
### Removed