diff --git a/CHANGES.md b/CHANGES.md index 8c474bf..804fd88 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,10 @@ Change Log ========== -### 2.3.0 ??? +### 2.3.0 2018-??-?? * Fixed handling of objs with mismatching attribute layouts. [#153](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/153) +* Fixed normalization oo Windows paths when 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) * Fixed handling of unnormalized input normals. [#136](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/136)