Skip to content

Commit

Permalink
version 1.0.10 fixes a breaking change from 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
namel committed Jul 17, 2017
1 parent 86c373b commit 3fadcd8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

1. Event `preInput` was renamed to `processInput`, `client__processInput`, `server__processInput`. `postInput`. This is a breaking change but no one actually used these events.

## Release 1.0.10

### Breaking Change

1. fix a breaking change that was introduced in 1.0.9 - which moved the initialization from the physics engine into the GameEngine

## Release 2.0.0 - June 2017

### New Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lance-gg",
"version": "1.0.9",
"version": "1.0.10",
"description": "A Node.js based real-time multiplayer game server",
"keywords": [
"pixijs",
Expand Down

0 comments on commit 3fadcd8

Please sign in to comment.