From b387fc6475112856f7a3d3c6f651c628ede09e66 Mon Sep 17 00:00:00 2001 From: Tamas Nepusz Date: Wed, 4 Dec 2024 18:53:48 +0100 Subject: [PATCH] chore: updated changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92bd8bf..e1ed079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [main] + +### Fixed + +- Fixed wrap-around of yaw angles near +-180 degrees when exporting to .skyc + +- Fixed compatibility issues with Blender 4.3 LTS where the bloom effect was + removed from the EEVEE renderer. + ## [3.7.0] - 2024-10-14 ### Added