From dc6e2b72a63c4d95c81818ddb2aa14a15bab1bb1 Mon Sep 17 00:00:00 2001 From: Simon Haegler Date: Wed, 21 Aug 2019 14:35:36 +0200 Subject: [PATCH] Update changelog for v1.0.1 --- doc/changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/changelog.md b/doc/changelog.md index 11ec608b..3f82ad70 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,5 +1,12 @@ # Serlio ChangeLog +## v1.0.1 (2019-08-21) +* Merged support for creating MSI installers via CMake. +* Fixed wrong build type of codec library in MSI installers. +* Improved error handling when loading the plugin (check codec library). +* Do not install unnecessary PRT codecs for Serlio. +* Improved error handling (prevent crash) if a specified Rule Package (RPK) is not readable. + ## v1.0.0 (2019-07-31) * Optimized the encoding of PRT geometry with many meshes (e.g. results in a speedup of about 5x for the "Parthenon" CityEngine example). * Do not change maya selection after user touches the attribute sliders.