Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
narenranjit committed Oct 13, 2017
1 parent 99564c1 commit afe6a4b
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 47 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="2.3.1"></a>
#### Bug fixes:
* Fix inconsistent format for `getDataChannel`
Due to a bad falsy check, boolean values used to be incorrectly returned under `data.data` if it was `false` and under `data` for anything else. It's consistently returned under `data` now. Note that this is a **breaking change** if you were relying on the older incorrect format.

* Pass through `userIds` for the `autoAssign` method in the World API Adapter. It was being ignored before.

<a name="2.3.0"></a>
### 2.3.0 (2017-08-18)

Expand Down
2 changes: 1 addition & 1 deletion dist/components/assignment/assignment.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/epicenter-multiplayer-dependencies.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/epicenter-multiplayer-dependencies.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/epicenter-multiplayer-dependencies.min.js.map

Large diffs are not rendered by default.

25 changes: 7 additions & 18 deletions dist/epicenter.js

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions dist/epicenter.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/epicenter.min.js.map

Large diffs are not rendered by default.

0 comments on commit afe6a4b

Please sign in to comment.