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

Unified Diff: CHANGELOG.md

Issue 1508203004: Update loopback constructors to match dart:io. (Closed) Base URL: git@github.com:dart-lang/http_multi_server@master
Patch Set: Created 5 years 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 | « no previous file | lib/http_multi_server.dart » ('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 df1b863bbaa090cef2e936dbc2a582a1a602777a..1db0a15433fcef60e8faf5d269c28b6a43dc8e43 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## 2.0.0
+
+* **Breaking:** Change the signature of `HttpMultiServer.loopbackSecure()` to
+ match the new Dart 1.13 `HttpServer.bindSecure()` signature. This removes the
+ `certificateName` named parameter and adds the required `context` parameter
+ and the named `v6Only` and `shared` parameters.
+
+* Added `v6Only` and `shared` parameters to `HttpMultiServer.loopback()` to
+ match `HttpServer.bind()`.
+
## 1.3.2
* Eventually stop retrying port allocation if it fails repeatedly.
« no previous file with comments | « no previous file | lib/http_multi_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698