This commit is contained in:
syuilo 2018-06-17 08:15:57 +09:00
parent 1ef66c962a
commit 11cf82c6a4
2 changed files with 13 additions and 2 deletions

View file

@ -1,6 +1,17 @@
ChangeLog
=========
4.0.0
-----
オセロがリバーシに変更されました。
### Migration
MongoDBの、`othelloGames``othelloMatchings`コレクションをそれぞれ`reversiGames``reversiMatchings`にリネームしてください。
You need to rename `othelloGames` and `othelloMatchings` MongoDB collections to `reversiGames` and `reversiMatchings`.
3.0.0
-----