Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index c49a4bd4f2ae2d0f3e5b4fa954bbd77148c790ba..3baee7316cb48e8ab28c76ce93f3275e8dc15e11 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -1,3 +1,8 @@ |
| +## 1.13.0 |
| + |
| +* Add `StreamQueue.peek` and `StreamQueue.lookAheead`. |
| + These allow users to look at events without consuming them. |
| + |
| ## 1.12.0 |
| * Add an `AsyncCache` class that caches asynchronous operations for a period of |