From 51272e13e88de20c57be3c839f2ce02b17c79760 Mon Sep 17 00:00:00 2001 From: Andreas Atteneder Date: Mon, 1 Feb 2021 00:50:48 +0100 Subject: [PATCH] fixed changelog (after merge) --- ChangeLog.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index f3e28446..c973d505 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,9 +4,7 @@ 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). -## [2.6.0] - 2021-01-31 -### Added -- Support for performance benchmark package +## [3.0.0-preview] - 2021-02-01 ### Changed - Converted API and internals to async/await. This is more convenient in some cases and eases future optimizations. - Performance improvements @@ -14,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - More consistent frame rates due to task duration estimation in various places along the loading code - Embed base 64 buffers are decoded in a thread now - Less memory usage (and likely faster) du to Jpeg and PNG textures being loaded non-readable (if possible) + +## [2.6.0] - 2021-01-31 +### Added +- Support for performance benchmark package ### Fixed - Unit tests are working in builds again (not just in the Editor)