From 83b59b41a4d1eddfe17082132ae876d17d1dfc2d Mon Sep 17 00:00:00 2001 From: Bill Church Date: Wed, 12 May 2021 08:52:51 -0400 Subject: [PATCH] docs: update changelog --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index d91eaba..21edcb8 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,7 +1,7 @@ # 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 +- Ability to configure CORS settings for socket.io see [#240](../../issues/240) for more information on how this may break exisiting deployments ### Fixed - obey host ssh.host in config fixes #190 ### Changed