diff --git a/CHANGES.md b/CHANGES.md index 710d624f4f3..533886d2c54 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,19 @@ # PlayCanvas Engine Changes +### v0.167.2 +* Removed references to old Designer +* Component schemas are now simple string arrays +* Removed pack component +* Removed designer component +* [FIX] Generate different shaders for meshes with and without UV1 +* [FIX] Disallow using UV1 maps on meshes without it +* [FIX] Handle updating audiosource#3d property +* [FIX] Stop audiosource when its asset is removed or when the audiosource component is removed +* [FIX] One shot sounds no longer play when switching tabs +* [FIX] Stop current animation if its asset is removed from the animation component +* [FIX] Camera frustum shape is now properly updated when the canvas is resized + + ### v0.167.1 * [FIX] texCubeLOD code path fixes diff --git a/VERSION b/VERSION index 7d9ed217faa..d6da4bb8f5a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.168.0-dev +0.167.2