From e74c40b0052cc18c283e43f32cf698a21d86e69f Mon Sep 17 00:00:00 2001 From: Bill Church Date: Thu, 20 May 2021 16:35:58 -0400 Subject: [PATCH] docs: update changelog --- ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.md b/ChangeLog.md index 6eca65e..c628c66 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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