Przeglądaj źródła

#3277 Adds a point to correct what is new file

pixelscommander 7 lat temu
rodzic
commit
485921679b
2 zmienionych plików z 3 dodań i 6 usunięć
  1. 3 0
      dist/preview release/what's new.md
  2. 0 6
      what's new.md

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

@@ -5,6 +5,8 @@
 - New [AnimationGroup class](http://doc.babylonjs.com/how_to/group) to control simultaneously multiple animations with different targets ([deltakosh](https://github.com/deltakosh))
 - New [AnimationGroup class](http://doc.babylonjs.com/how_to/group) to control simultaneously multiple animations with different targets ([deltakosh](https://github.com/deltakosh))
 
 
 ## Updates
 ## Updates
+# 3.2.0
+
 - Improved [SceneOptimizer](http://doc.babylonjs.com/how_to/how_to_use_sceneoptimizer) to provide better adapatability ([deltakosh](https://github.com/deltakosh))
 - Improved [SceneOptimizer](http://doc.babylonjs.com/how_to/how_to_use_sceneoptimizer) to provide better adapatability ([deltakosh](https://github.com/deltakosh))
 - Improved `scene.isReady()` function which now takes in account shadows and LOD ([deltakosh](https://github.com/deltakosh))
 - Improved `scene.isReady()` function which now takes in account shadows and LOD ([deltakosh](https://github.com/deltakosh))
 - New watcher configuration for VSCode. Now the task only compiles changed files ([sebavan](https://github.com/sebavan))
 - New watcher configuration for VSCode. Now the task only compiles changed files ([sebavan](https://github.com/sebavan))
@@ -19,6 +21,7 @@
 - VRHelper now exposes onNewMeshPicked observable that will notify a PickingInfo object after meshSelectionPredicate evaluation
 - VRHelper now exposes onNewMeshPicked observable that will notify a PickingInfo object after meshSelectionPredicate evaluation
    ([carloslanderas](https://github.com/carloslanderas))
    ([carloslanderas](https://github.com/carloslanderas))
 - `AssetsManager` will now clear its `tasks` lsit from all successfully loaded tasks ([deltakosh](https://github.com/deltakosh))
 - `AssetsManager` will now clear its `tasks` lsit from all successfully loaded tasks ([deltakosh](https://github.com/deltakosh))
+- Introduced `isStroke` on `HighlightLayerOptions` which makes the highlight solid ([PixelsCommander](https://github.com/pixelscommander))
 
 
 ## Bug fixes
 ## Bug fixes
 
 

+ 0 - 6
what's new.md

@@ -1,9 +1,3 @@
-# 3.2.0
-
-## Updates
-
-- Introduced `isStroke` on HighlightLayerOptions which makes the highlight solid ([PixelsCommander](https://github.com/pixelscommander))
-
 # 3.1.0
 # 3.1.0
 
 
 ## Major updates
 ## Major updates