docs: update changelog

This commit is contained in:
Bill Church 2021-05-20 16:35:58 -04:00
parent 2f8ba2d9e9
commit e74c40b005

View file

@ -3,6 +3,7 @@
## 0.5.0 [TBD]
### BREAKING
- Debug environment for webssh2 changed from `WebSSH2` to `webssh2`
- Remove auto port increment from `./app/index.js` (f36af08)
### Changes
- Credentials are now retreived using passport.js (should make it easier to expand to other methods in the future) for #247
- Refactored ./app/server/app.js