Skip to content

Commit

Permalink
Add to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Sep 21, 2023
1 parent 80f4bdc commit 28cc779
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- 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).

## [0.7.2] - 2023-09-19

Expand Down

0 comments on commit 28cc779

Please sign in to comment.