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

Unified Diff: CHANGELOG.md

Issue 1281973004: Make HttpClient not send fragments as part of request. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 months 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 | sdk/lib/core/uri.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 e8827b3bd23be3f5b791df8d78ccc8a2c55cf588..18f17e6c7233f47c8c02cca1fca1c45aa142cb73 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+## 1.13.0
+
+* `dart:core`
+ * `Uri` added `removeFragment` method.
+
+* `dart:io`
+ * `HttpClient` no longer sends URI fragments in the requeust. This is not
+ allowed by the HTTP protocol.
+ The `HttpServer` still gracefully receives fragments, but discards them
+ before delivering the request.
+
## 1.12.0
### Core library changes
« no previous file with comments | « no previous file | sdk/lib/core/uri.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698