Skip to content

Commit b8429b6

Browse files
committed
Docs update.
1 parent bd6c91f commit b8429b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/
321321
* The InputHandler.flagged property has been removed. It was never used internally, or exposed via the API, so was just overhead.
322322
* The src/system folder has been removed and all files relocated to the src/utils folder. This doesn't change anything from an API point of view, but did change the grunt build scripts slightly.
323323
* BitmapData.shadow and BitmapData.text now both `return this` keeping them in-line with the docs (thanks @greeny #2634)
324+
* Group.align has had its argument orders swapped, so that it's now `(columns, rows, ...)` instead of `(rows, columns, ...)` (thanks @deargle #2643)
324325

325326
### Bug Fixes
326327

0 commit comments

Comments
 (0)