diff options
| author | anatawa12 <anatawa12@icloud.com> | 2023-09-24 21:54:09 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-24 21:54:09 +0900 |
| commit | 646a8d1a54106cf0ec691a5ea08da9d2009762c0 (patch) | |
| tree | d18ca68782a92623246ff7d4dbcc31f52f62bb94 | |
| parent | fix(backend): お知らせのページネーションが機能しない #1180... (diff) | |
| download | misskey-646a8d1a54106cf0ec691a5ea08da9d2009762c0.tar.gz misskey-646a8d1a54106cf0ec691a5ea08da9d2009762c0.tar.bz2 misskey-646a8d1a54106cf0ec691a5ea08da9d2009762c0.zip | |
Add address bind config option (outgoingAddress) is feature of 2023.9 (#11894)
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5396962c07..37d5029575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -108,6 +108,7 @@ - Enhance: 自分へのメンション一覧を取得する際のパフォーマンスを向上 - Enhance: Docker環境でjemallocを使用することでメモリ使用量を削減 - Enhance: ID生成方式としてaidxを追加、かつデフォルトに +- Enhance: Add address bind config option (outgoingAddress) - Fix: MK_ONLY_SERVERオプションを指定した際にクラッシュする問題を修正 - Fix: notes/reactionsのページネーションが機能しない問題を修正 - Fix: ノート検索 `notes/search` にてhostを指定した際に検索結果に反映されるように @@ -130,7 +131,6 @@ ### Server - Fix: APIのオフセットが壊れていたせいで「もっと見る」でもっと見れない問題を修正 - Fix: 外部サーバーの投稿がタイムラインに表示されないことがある問題を修正 -- Enhance: Add address bind config option (outgoingAddress) ## 13.14.1 |