Bump changelog entry to unreleased

This commit is contained in:
CenTdemeern1 2024-11-24 13:11:26 +01:00
parent df4049e736
commit 1d4bae8b96
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,7 @@
### Client
- Fix: 画面サイズが変わった際にナビゲーションバーが自動で折りたたまれない問題を修正
- Fix: サーバー情報メニューに区切り線が不足していたのを修正
- Fix: Ensure physics run the same across different framerates
### Server
- Fix: ユーザーのプロフィール画面をアドレス入力などで直接表示した際に概要タブの描画に失敗する問題の修正( #15032 )
@ -59,7 +60,6 @@
(Cherry-picked from https://github.com/MisskeyIO/misskey/pull/815)
- Fix: TypeScriptの型チェック対象ファイルを限定してビルドを高速化するように
(Cherry-picked from https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/725)
- Fix: Ensure physics run the same across different framerates
### Server
- Enhance: DockerのNode.jsを22.11.0に更新