Updated changelog to note refactor

This commit is contained in:
benji7425 2016-12-03 01:53:23 +00:00
parent 1624b3a8b0
commit 437b5d5ad6

View file

@ -4,12 +4,13 @@
### Added ### Added
- New logging class to handle logging
- Added togglable YouTube mode - Added togglable YouTube mode
- Converts full URLs to YouTube share URLs - Converts full URLs to YouTube share URLs
- Checks against both YouTube full and share URLs to ensure same video not posted twice - Checks against both YouTube full and share URLs to ensure same video not posted twice
- New logging class to handle logging
### Changed ### Changed
- Major refactor of a significant portion of the bot's code - should be easier to maintain now, but may have introduced some new bugs
- Changed expected name for bot config file to bot-config.json rather than botConfig.json - Changed expected name for bot config file to bot-config.json rather than botConfig.json
### Fixed ### Fixed