Update CHANGES.md

This commit is contained in:
Sean Lilley 2018-08-30 22:49:46 -04:00
parent 26db16d892
commit a7d47947ac
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ Change Log
### 2.3.0 ??? ### 2.3.0 ???
* Fixed normalization on Windows paths running the converter on Linux. [#150](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/150)
* Added ability to use the first material in the mtl file when the obj is missing `usemtl`. [#133](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/133) * Added ability to use the first material in the mtl file when the obj is missing `usemtl`. [#133](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/133)
* Fixed handling of unnormalized input normals. [#136](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/136) * Fixed handling of unnormalized input normals. [#136](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/136)