Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Sep 25, 2023
1 parent 59a40a1 commit 73c0a2c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Two additions check whether packages might block precompilation on Julia 1.10 or higher:
+ `test_persistent_tasks` tests whether "your" package can safely be used as a dependency for downstream packages
+ `test_persistent_tasks_deps` is useful if "your" package hangs upon precompilation: it runs `test_persistent_tasks` on all the things you depend on, and may help isolate the culprit(s).
+ `test_persistent_tasks` tests whether "your" package can safely be used as a dependency for downstream packages.
This test is disabled for the default testsuite, but you can opt-in by supplying `persistent_tasks=true` to `test_all`.
+ `find_persistent_tasks_deps` is useful if "your" package hangs upon precompilation: it runs `test_persistent_tasks` on all the things you depend on, and may help isolate the culprit(s).


## [0.7.3] - 2023-09-25

Expand Down

0 comments on commit 73c0a2c

Please sign in to comment.