Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
darthfiddler committed Mar 1, 2018
1 parent 9ee31d8 commit c6a9bdf
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.20

#### Features

* [[eec8896](https://github.com/google/boardgame.io/commit/eec8896)] undo/redo

# v0.19

#### Features
Expand All @@ -10,6 +16,21 @@
* [[2a85b40](https://github.com/google/boardgame.io/commit/2a85b40)] replace lru-native with lru-cache
* [[003fe46](https://github.com/google/boardgame.io/commit/003fe46)] MongoDB connector

#### Breaking Changes

* `boardgame.io/server` no longer has a default export, but returns
`Server` and `Mongo`.

```
// v0.19
const Server = require('boardgame.io/server').Server;
```

```
// v0.18
const Server = require('boardgame.io/server');
```

# v0.18.1

#### Bugfixes
Expand Down

0 comments on commit c6a9bdf

Please sign in to comment.