Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index 4cdfc6adb07ade9fb154ac9cbbf3ee66f454c85c..7e7ed4ad1e0f904c01c5529e50f9613e41bc4f8b 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -1,5 +1,10 @@ |
## 1.4.0 |
+- Added `LazyStream`, which forwards to the return value of a callback that's |
+ only called when the stream is listened to. |
+ |
+## 1.4.0 |
+ |
- Added `AsyncMemoizer.future`, which allows the result to be accessed before |
`runOnce()` is called. |