Sharkey/CHANGELOG.md

27 lines
603 B
Markdown
Raw Normal View History

2018-06-15 18:40:53 -07:00
ChangeLog
=========
2018-06-16 16:20:22 -07:00
破壊的変更のみ記載。
This document only describes breaking changes.
2018-06-16 16:15:57 -07:00
4.0.0
-----
オセロがリバーシに変更されました。
### Migration
MongoDBの、`othelloGames`と`othelloMatchings`コレクションをそれぞれ`reversiGames`と`reversiMatchings`にリネームしてください。
You need to rename `othelloGames` and `othelloMatchings` MongoDB collections to `reversiGames` and `reversiMatchings`.
2018-06-15 18:40:53 -07:00
3.0.0
-----
### Migration
起動する前に、`node cli/recount-stats`してください。
Please run `node cli/recount-stats` before launch.