From c6a8db353693b7d5216861d768bf764357e48bc5 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Tue, 11 May 2021 15:35:34 -0400 Subject: [PATCH] docs: update changelog --- ChangeLog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 8a415ec..d91eaba 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,9 +1,9 @@ # Change Log ## 0.3.1-pre-release-0.1 [20210511] +### BREAKING +- Ability to configure CORS settings for socket.io see [#240](../../issues/240) for more information how this may break exisiting deployments ### Fixed - obey host ssh.host in config fixes #190 -### Added -- Ability to configure CORS settings for socket.io see [#240](../../issues/240) ### Changed - `config.json.sample`: `allowreauth` now defaults to `false` fixes #238 - update ssh2 to 0.8.9