Update ChangeLog.md

This commit is contained in:
Bill Church 2018-11-21 11:55:32 -05:00
parent e452dc0fb1
commit 04c2846828

View file

@ -1,4 +1,8 @@
# Change Log
## [0.2.8] TBD
### Changes
- Fixes issue if no password is entered, browser must be closed and restart to attempt to re-auth. See issue [#118](../../issues/118). Thanks @smilesm2 for the idea.
## [0.2.7] 2018-11-11
### Changes
- `config.reauth` was not respected if initial auth presented was incorrect, regardless of `reauth` setting in `config.json` reauth would always be attempted. fixes [#117](../../issues/117)