Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 8b232aa5a47e928303179fc86ed74c0a572a1e85..c5f063a9a226582c0c06757c71c0296f2059ae29 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -17,6 +17,9 @@ |
| - Added `FutureGroup.onIdle` and `FutureGroup.isIdle`, which provide visibility |
| into whether a group is actively waiting on any futures. |
| +- Add an `AsyncResultCache` class for running an asynchronous block of code |
|
Lasse Reichstein Nielsen
2015/07/08 07:37:34
Rename here too.
nweiz
2015/07/09 00:45:13
Done.
|
| + exactly once. |
| + |
| ## 1.2.0 |
| - Added a `FutureGroup` class for waiting for a group of futures, potentially of |