diff --git a/CHANGES.md b/CHANGES.md index f4311c2a942..61d2ae1d09e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,13 @@ # PlayCanvas Engine Changes +### 0.172.0 +* Added 'curve' script attributes +* Added 'colorcurve' script attributes +* Added 'entity' script attributes +* Added "load:url:[url]" event to asset registry which is fired when an asset is loaded from a file +* [FIX] Partial fix for render buffers too large for the device +* [FIX] Loading models using engine-only models (path mapped) works again + ### 0.171.6 * Deprecated pc.string.startsWith and pc.string.endsWith * [FIX] Fix instancing when dynamically changing instance count diff --git a/VERSION b/VERSION index dc2ac86cc4c..7faf444b037 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.172.0-dev +0.172.0