From 764ac49ebe53ed9a2b417b352056007f1838ffce Mon Sep 17 00:00:00 2001 From: Jack T Date: Thu, 10 Oct 2024 21:21:09 -0700 Subject: [PATCH] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a1f5f0..54facea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog][kac], and this project adheres to - The Loop turns deferring on for all worlds given to it. - The command buffer is flushed between systems. - Iterator invalidation is now only prevented in deferred mode. +- Added a button to the Debugger's system list to sort by run time. ### Deprecated