소스 검색

moved what's new comment to breaking changes section

Kacey Coley 6 년 전
부모
커밋
aac1530f4d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dist/preview release/what's new.md

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

@@ -113,7 +113,6 @@
 ### glTF Serializer
 
 - Added support for exporting `KHR_lights_punctual`
-- change `shouldExportTransformNode` callback to `shouldExportNode`
 
 ### Viewer
 
@@ -226,3 +225,4 @@
 - No more `babylon.worker.js` javascript following the lack of usage from the feature ([Sebavan]
 (https://github.com/Sebavan))
 - No more `Primitive Geometries` as they were not in use since 2.0 ([Sebavan](https://github.com/Sebavan))
+- change `shouldExportTransformNode` callback in glTF serializer options to `shouldExportNode`([kcoley](https://github.com/kcoley))