Bläddra i källkod

erase the conflicting changes

jbousquie 8 år sedan
förälder
incheckning
85bcbe7a56
1 ändrade filer med 5 tillägg och 9 borttagningar
  1. 5 9
      dist/preview release/what's new.md

+ 5 - 9
dist/preview release/what's new.md

@@ -23,15 +23,6 @@
 - GroundMesh : `getHeightAtCoordinates()`, `getNormalAtCoordinates()` and `getNormalAtCoordinatesToRef()` can now work with rotated grounds ([jerome](https://github.com/jbousquie))  
 - `GroundMesh`, `facetData` and `SolidParticleSystem` improvement in normal computations ([jerome](https://github.com/jbousquie))   
 - Added `AbstractMesh.addRotation()` ([jerome](https://github.com/jbousquie))  
-
-### Bug fixes
- - Fixed an issue with Mesh.attachToBone when a mesh is moving and an animation is changed ([abow](https://github.com/abow))
- - Fixed an issue withaspect ratio when using CreateScreenshot ([deltakosh](https://github.com/deltakosh))
- - Fixed SPS particle initial status when used with a `positionFunction` in `addShape()` and set as `updatable` ([jerome](https://github.com/jbousquie))  
- - Fixed SPS particle access indexes when used with `setParticles(start, end)` ([jerome](https://github.com/jbousquie))  
-
-### Breaking changes
-
  
 ### Canvas2D
 
@@ -55,3 +46,8 @@
     
 ### API doc
 
+### Bug fixes
+ - Fixed an issue with Mesh.attachToBone when a mesh is moving and an animation is changed ([abow](https://github.com/abow))
+ - Fixed an issue withaspect ratio when using CreateScreenshot ([deltakosh](https://github.com/deltakosh))
+
+### Breaking changes