summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2018-04-19 16:30:50 +0200
committerMalte Brandy <malte.brandy@maralorn.de>2018-04-20 01:47:11 +0200
commit0d7d15a610253a29caff837bdd0adb6ff13352b8 (patch)
tree01d2d9ef7020779d47f9775e33cd7e383f2eb3ef
parentc69d3f52c5a1b5993ada1156b6d4def9c8ba9182 (diff)
CHANGELOG: Add entry for TaskBuilder
Also a documentation example for using the TaskBuilder would be Awesome.
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ccf2a5c..9d18ad3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@ This changelog was started with the 0.4.0 release.
## Next
+* Added TaskBuilder
* Added support for user defined attributes (short UDA) via the task-hookrs::uda module.
(This reintroduced the dependency to the "log" crate.)