Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Unified Diff: CHANGELOG.md

Issue 2515303002: Add expectAsyncX and expectAsyncUntilX methods, and deprecate the old methods. (Closed)
Patch Set: Mark parameter types as Object. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .analysis_options ('k') | README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56507bd3fb78581d1b0621d9b13bfb4b8360a9c5..61659e044ffc664060034f28afb7fed0c8a59f7c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 0.13.0
+
+* Deprecate `expectAsync` and `expectAsyncUntil`, since they currently can't be
+ made to work cleanly in strong mode. They are replaced with separate methods
+ for each number of callback arguments:
+ * `expectAsync0`, `expectAsync1`, ... `expectAsync6`, and
+ * `expectAsyncUntil0`, `expectAsyncUntil1`, ... `expectAsyncUntil6`.
+
## 0.12.16
* Allow tools to interact with browser debuggers using the JSON reporter.
« no previous file with comments | « .analysis_options ('k') | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698