Skip to content

Commit 282db76

Browse files
committed
Readme update.
1 parent 052e504 commit 282db76

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ Version 2.1.0 - "Cairhien" - -in development-
152152
* BitmapData.copyPixels is now called BitmapData.copyRect and the method signature has changed.
153153
* BitmapData.draw method signature has changed significantly.
154154
* Phaser.Canvas.getSmoothingEnabled will return `true` if the given context has image smoothing enabled, otherwise `false`.
155+
* Math.numberArray used to include the `max` value in the output but no longer does. Please take this into account if you use it in your code anywhere.
156+
* Math.numberArray has been updated to now include a `step` parameter. It will create arrays of values between min/max (excluding max) with an optional step value (thanks @codevinsky #1170)
155157

156158
### Bug Fixes
157159

0 commit comments

Comments
 (0)