summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-03-08 23:26:32 +0900
committerGitHub <noreply@github.com>2022-03-08 23:26:32 +0900
commit9b8dc4c417346c0dfd00276224271f6c84f11ea3 (patch)
tree9bc5633ea878c9cd973f70e8b55a19c45381e6e6
parentremove HTTPS handling (#8380) (diff)
downloadmisskey-9b8dc4c417346c0dfd00276224271f6c84f11ea3.tar.gz
misskey-9b8dc4c417346c0dfd00276224271f6c84f11ea3.tar.bz2
misskey-9b8dc4c417346c0dfd00276224271f6c84f11ea3.zip
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md6
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