Skip to content

Commit

Permalink
Missing from the changelog: comp-time vs runtime check
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Aug 8, 2024
1 parent 78c4553 commit c442251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c442251

Please sign in to comment.