diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-09-01 21:41:37 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-09-01 21:42:07 +0900 |
| commit | 4a977cd5235b71494e70be75bd52ffe061dc3b76 (patch) | |
| tree | 4655c76d4f66870fcf0596ea5d43ab6490fe6a7c | |
| parent | Merge pull request #2570 from mei23/mei-0901-update2b (diff) | |
| download | misskey-4a977cd5235b71494e70be75bd52ffe061dc3b76.tar.gz misskey-4a977cd5235b71494e70be75bd52ffe061dc3b76.tar.bz2 misskey-4a977cd5235b71494e70be75bd52ffe061dc3b76.zip | |
Update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ef3b5b4939..84cf61f028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,13 +47,13 @@ Please run `node cli/migration/5.0.0` before launch. オセロがリバーシに変更されました。 -Othello is now Reversi. +Othello is rename to Reversi. ### Migration MongoDBの、`othelloGames`と`othelloMatchings`コレクションをそれぞれ`reversiGames`と`reversiMatchings`にリネームしてください。 -You need to rename `othelloGames` and `othelloMatchings` MongoDB collections to `reversiGames` and `reversiMatchings`. +Please rename `othelloGames` and `othelloMatchings` MongoDB collections to `reversiGames` and `reversiMatchings` respectively. 3.0.0 ----- |