summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 5c0214ff9fc378a4b501737ae74865cf0367ba56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
ChangeLog
=========

破壊的変更のみ記載。

This document describes breaking changes only.

4.0.0
-----

オセロがリバーシに変更されました。

Othello is now Reversi.

### Migration

MongoDBの、`othelloGames`と`othelloMatchings`コレクションをそれぞれ`reversiGames`と`reversiMatchings`にリネームしてください。

You need to rename `othelloGames` and `othelloMatchings` MongoDB collections to `reversiGames` and `reversiMatchings`.

3.0.0
-----

### Migration

起動する前に、`node cli/recount-stats`してください。

Please run `node cli/recount-stats` before launch.