From dc1f2746b72d4a388f30365d7cc4f56ab0e85ae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Baracho?= <74615959+jdbaracho@users.noreply.github.com> Date: Sat, 21 Dec 2024 20:24:11 +0000 Subject: [PATCH] docs: update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e7034b9c..fe28ead35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Enable ImGui docking branch +- Enable ImGui docking on Tesseratos with a dockspace + ### Changed - Make SSAO optional (#1396, **@tomas7770**).