From 5499fa46aa933b3ee5f35c2e5b2e5c6ba2cee27a Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Tue, 20 Mar 2018 23:32:29 -0400 Subject: [PATCH] Updated CHANGES.md --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index a3e3607..bfe5463 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ Change Log ========== +### 2.3.0 ??? + +* Fixed handling of unnormalized input normals. [#136](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/136) + ### 2.2.0 2017-01-29 * Fixed handling of materials where the diffuse and ambient texture are the same. [#127](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/127)