Skip to content

Commit

Permalink
Fixes treatment of nested entry extension points
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Feb 11, 2024
1 parent ef0dbfa commit 9ffd500
Show file tree
Hide file tree
Showing 4 changed files with 1,558 additions and 286 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

- `%debug_` entry points log un-annotated functions but only the function the entry point is attached to.

### Fixed

- `_rt_` & `_rtb_` should work even when nested inside another debug scope.
- Nested entry extension point is still considered toplevel.

## [1.1.0] -- 2024-02-11

### Added
Expand Down
Loading

0 comments on commit 9ffd500

Please sign in to comment.