diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c263e4e..48e65fc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ OhMyThreads.jl Changelog ========================= -Version 0.4.5 +Version 0.4.6 ------------- - ![Feature][badge-feature] Introduction of macro API (`@tasks`) that transforms for loops into corresponding `tforeach`, `tmapreduce`, and `tmap` calls. This new API enables us to facilitate certain patterns, like defining task local values. + +Version 0.4.5 +------------- + - ![Enhancement][badge-enhancement] Improved the thread-safe storage section of the documentation. Version 0.4.4