Skip to content

Commit 2cb9be6

Browse files
committed
Update CHANGELOG-0.10.md
1 parent b7bc430 commit 2cb9be6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/CHANGELOG-0.10.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ It is now what is passed to React and DOM event-handlers to represent a procedur
8181
* `.async`/`.delay(n)` to run asynchronously and return a `Future`.
8282
* `.logResult` to print the callback result before returning it.
8383
* `.logDuration` to measure and log how long the callback takes.
84+
* `Callback.TODO` provides both compile-time and runtime warnings that a callback isn't implemented yet.
8485

8586
A quick summary of the changes for all users:
8687
* When creating HTML, `-->` and `==>` only accept `Callback`s.

0 commit comments

Comments
 (0)