Merge pull request #2890 from stoneman1/master

Changelog and Readme updated
This commit is contained in:
Richard Davey 2016-11-28 14:33:54 +00:00 committed by GitHub
commit ede9bc1494
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@
### Updates
* Added a third optional parameter to PIXI.BaseTexture allowing textures to be scaled according to devicePixelRatio (thanks @cloakedninjas)
* TypeScript definitions fixes and updates (thanks @Aleksey-Danchin)
### Bug Fixes

View file

@ -318,6 +318,7 @@ If you code with [TypeScript](http://www.typescriptlang.org/) there are comprehe
### Updates
* Added a third optional parameter to PIXI.BaseTexture allowing textures to be scaled according to devicePixelRatio (thanks @cloakedninjas)
* TypeScript definitions fixes and updates (thanks @Aleksey-Danchin)
### Bug Fixes