From c442251fef2966bf8df794f3886072d30353bddd Mon Sep 17 00:00:00 2001 From: Lukasz Stafiniak Date: Thu, 8 Aug 2024 11:45:44 +0200 Subject: [PATCH] Missing from the changelog: comp-time vs runtime check --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 890d5e7..ce441ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Runtime `description`: where the logs are directed to. - A new family of entry points `_l_` resp. `_lb_` that retrieve debug runtimes via a call `_get_local_debug_runtime ()` resp. `_get_local_printbox_debug_runtime ()`: these functions are correspondingly expected in the scope. The entry points facilitate using thread-local (and domain-local) debug runtimes. +- Compile-time vs. runtime consistency check for `%%global_debug_log_level_from_env_var`, and `%%global_debug_log_level_from_env_var_unsafe` that bypasses the check. ### Changed