From bcf01b111cac2f6219bfdfb703846612d91b1def Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Tue, 18 Sep 2018 20:11:04 -0400 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 320fed1..8c474bf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,10 +3,11 @@ Change Log ### 2.3.0 ??? +* Fixed handling of objs with mismatching attribute layouts. [#153](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/153) * 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) -### 2.2.0 2017-01-29 +### 2.2.0 2018-01-29 * Fixed handling of materials where the diffuse and ambient texture are the same. [#127](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/127) * Added ability to load alpha textures. [#124](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/124)