Update CHANGELOG.md

This commit is contained in:
Aya Morisawa 2018-09-01 21:41:37 +09:00
parent 4b1886990f
commit 4a977cd523
No known key found for this signature in database
GPG key ID: 3E64865D70D579F2

View file

@ -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
-----