Skip to content

Commit 67a19c7

Browse files
authored
Update CHANGELOG.md
1 parent d42d93c commit 67a19c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ OhMyThreads.jl Changelog
44
Version 0.8.0
55
-------------
66
- ![BREAKING][badge-breaking] We now detect and throw errors if an `OhMyThreads` parallel function is passed a closure containing a `Box`ed variable. This behaviour can be disabled with the new `@allow_boxed_captures` macro, and re-enabled with `@disallow_boxed_captures`. ([#141][gh-pr-141])
7+
- ![INFO][badge-info] Schedulder chunking info is no longer directly available via `getproperty`. This was never a public interface, but it's possible some users relied upon it [#135][gh-pr-135].
78

89
Version 0.7.0
910
-------------
@@ -143,4 +144,5 @@ Version 0.2.0
143144

144145
[gh-pr-5]: https://github.com/JuliaFolds2/OhMyThreads.jl/pull/5
145146
[gh-pr-121]: https://github.com/JuliaFolds2/OhMyThreads.jl/pull/121
147+
[gh-pr-135]: https://github.com/JuliaFolds2/OhMyThreads.jl/pull/135
146148
[gh-pr-141]: https://github.com/JuliaFolds2/OhMyThreads.jl/pull/141

0 commit comments

Comments
 (0)