Browse Source

Merge pull request #1049 from jbousquie/patch-1

Added API doc subpart
David Catuhe 9 years ago
parent
commit
5a98180a0f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dist/preview release/what's new.md

+ 3 - 0
dist/preview release/what's new.md

@@ -20,6 +20,9 @@
     - New SPS property `computeBoundingBox` ([jerome](https://github.com/jbousquie))  
     - Added a new OnPickOut trigger fired when you release the pointer button outside of a mesh or sprite. ([deltakosh](https://github.com/deltakosh))
     - Added support for OnPointerOver and OnPointerOut for sprites. ([deltakosh](https://github.com/deltakosh))
+  - **API doc**
+    - class `SolidParticleSystem` documented
+    - class `MeshBuilder` documented
   - **Bug fixes**
     - Fixed bug with ArcRotateCamera.setTarget ([deltakosh](https://github.com/deltakosh))
   - **Breaking changes**