From 3d18a2dbd1168716dacd99531ef3c1b7428b0adb Mon Sep 17 00:00:00 2001 From: Matija Kecman Date: Sun, 31 Mar 2024 19:51:06 +0100 Subject: [PATCH] Update changelog --- source/changelog.jai | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/changelog.jai b/source/changelog.jai index bb9f016..2273ffd 100644 --- a/source/changelog.jai +++ b/source/changelog.jai @@ -30,10 +30,10 @@ DONE}; PRIZM_VERSION_0_10_0 :: Version.{"0.10.0", "WIP", #string DONE -* Removed the solid color option for triangle rendering, it was not useful +* Removed the useless solid color option for triangle rendering, it will be replaced with gbuffer albedo visualization DONE}; -PRIZM_VERSION_0_9_2 :: Version.{"0.9.2", "WIP", #string DONE +PRIZM_VERSION_0_9_2 :: Version.{"0.9.2", "31 March 2024", #string DONE * Fixed some memory leaks DONE};