From 3db4c80b8d30c95256f0ee0a5bd6d57561dce980 Mon Sep 17 00:00:00 2001 From: Graham Wihlidal Date: Sun, 19 May 2019 16:35:57 +0200 Subject: [PATCH] Updated change log for 0.1.7 --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index a381d5d..f34039f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ ## 0.1.7 (2019-05-19) * Implemented `VertexDataAdapter` and modified a number of methods to remove a heavy allocation and slow decode. `DecodePosition` is supported through new `*_decoder` methods. +* Updated to latest meshoptimizer commit (7bf6e425fa158794c3da75684e8f8c7040b97cfa). ## 0.1.6 (2019-03-29)