From 372e20a9ac71906bb4a2ebae33bf965f7698fde4 Mon Sep 17 00:00:00 2001 From: Manolis Savva Date: Sun, 16 Dec 2018 16:21:51 -0800 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd1d36..d5f9c4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.7.2] - 2018-12-16 +### Changes +- Support equirectangular panorama rendering +- Add render configurations for fixed physical pixel size +- Fix bug in HSL color interpolation +- Fix depth rendering for large resolutions and orthographic cameras +- Make materials front-sided by default instead of double-sided +- Fix floor height bug in navigation grids +- Improved support for shortest path computation with room goals +- Fix bug with multi-level grid cell traversibility computation + ## [0.7.1] - 2018-11-03 ### Changes - Update webpack to v4.19.0