From 8ac39d886307d76c286e804e027fc39f6b5aaac6 Mon Sep 17 00:00:00 2001 From: Hein-Pieter van Braam Date: Tue, 31 Jul 2018 20:03:50 +0200 Subject: [PATCH] 3.0.6 changelog --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d58db5777..91b4d24390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,23 @@ 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/). -## [3.0.5] - 2016-07-08 +## [3.0.6] - 2018-07-29 + +### Added + + - Upgrade bundled OpenSSL to 1.0.2o. + +### Fixed + + - Security issue relating to deserializing Variants. + - Several editor crashes. + - GLTF import fixes. + - Windows: Fix touch/pen input. + - Mono: --build-solutions now forces editor mode. + - Mono: Several bugfixes. + - Headless: Fix scene imports. + +## [3.0.5] - 2018-07-08 ### Added