diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ab6980e5..ab5c3ed4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ You should also include the user name that made the change. - Elasticsearchのサポートが削除されました - 代わりに今後任意の検索プロバイダを設定できる仕組みを構想しています。その仕組みを使えば今まで通りElasticsearchも利用できます - ノートのウォッチ機能が削除されました +- Migrate to Yarn Berry (v3.2.1) @ThatOneCalculator + - You may have to `yarn run clean-all`, `sudo corepack enable` and `yarn set version berry` before running `yarn install` if you're still on yarn classic ### Improvements @@ -170,8 +172,6 @@ same as 12.112.0 IPv4/IPv6 is used by default. You can tune this behavior via `redis.family`. - Server: Add possibility to log IP addresses of users @syuilo - Add additional drive capacity change support @CyberRex0 -- Migrate to Yarn Berry (v3.2.1) @ThatOneCalculator - - You may have to `yarn run clean-all` and `yarn set version berry` before running `yarn install` if you're still on yarn classic ### Bugfixes - Server: Fix GenerateVideoThumbnail failed @mei23