diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-03-12 19:27:14 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-03-12 19:27:14 +0900 |
| commit | a2094054a353f04b296eba01b12dbb3920f228ea (patch) | |
| tree | c28167061023c60ef59ae9028c35cf392783b6c2 | |
| parent | Fix bug : "IPCIDR is not a constructor" (#8400) (diff) | |
| download | misskey-a2094054a353f04b296eba01b12dbb3920f228ea.tar.gz misskey-a2094054a353f04b296eba01b12dbb3920f228ea.tar.bz2 misskey-a2094054a353f04b296eba01b12dbb3920f228ea.zip | |
Update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f54820bb87..f9dee17a31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ You should also include the user name that made the change. - リレーが動作しない問題を修正 @xianonn - ulidを使用していると動作しない問題を修正 @syuilo - 外部からOGPが正しく取得できない問題を修正 @syuilo +- instance can not get the files from other instance when there are items in allowedPrivateNetworks in .config/default.yml @ybw2016v ## 12.108.0 (2022/03/09) |