From 4e7484526b3e06c1fd711bfb6519747c9f53ac55 Mon Sep 17 00:00:00 2001 From: Stoneman1 Date: Mon, 28 Nov 2016 15:20:12 +0200 Subject: [PATCH] Changelog and Readme updated --- v2-community/CHANGELOG.md | 1 + v2-community/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/v2-community/CHANGELOG.md b/v2-community/CHANGELOG.md index 39a1ccbab..6b9f767e9 100755 --- a/v2-community/CHANGELOG.md +++ b/v2-community/CHANGELOG.md @@ -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 diff --git a/v2-community/README.md b/v2-community/README.md index 8471693f8..3b0dc3a3c 100755 --- a/v2-community/README.md +++ b/v2-community/README.md @@ -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