diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-03-08 23:26:32 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-08 23:26:32 +0900 |
| commit | 9b8dc4c417346c0dfd00276224271f6c84f11ea3 (patch) | |
| tree | 9bc5633ea878c9cd973f70e8b55a19c45381e6e6 | |
| parent | remove HTTPS handling (#8380) (diff) | |
| download | misskey-9b8dc4c417346c0dfd00276224271f6c84f11ea3.tar.gz misskey-9b8dc4c417346c0dfd00276224271f6c84f11ea3.tar.bz2 misskey-9b8dc4c417346c0dfd00276224271f6c84f11ea3.zip | |
Update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fe78ddeeb0..90428d474c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,9 +18,9 @@ You should also include the user name that made the change. ### Changes - ノートの最大文字数を設定できる機能が廃止され、デフォルトで一律3000文字になりました @syuilo - Misskey can no longer terminate HTTPS connections. @Johann150 - If you did not use a reverse proxy (e.g. nginx) before, you will probably need to adjust - your configuration file and set up a reverse proxy. The `https` configuration key is no - longer recognized! + - If you did not use a reverse proxy (e.g. nginx) before, you will probably need to adjust + your configuration file and set up a reverse proxy. The `https` configuration key is no + longer recognized! ### Improvements - インスタンスデフォルトテーマを設定できるように @syuilo |