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

Unified Diff: CHANGELOG.md

Issue 1183633004: Harden named arguments if a hard split occurs in the positional ones. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Update changelog. Created 5 years, 6 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 | lib/src/chunk_builder.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 97dc90b37f48edd9e419d8744671cc978a96cd14..62297c2519570fb45357415c1e60999895510630 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,7 +17,7 @@
* Preserve mandatory newlines in inline block comments (#178).
* Allow multiple variable declarations on one line if they fit (#155).
* Splitting inside type parameter and type argument lists (#184).
-* Enforce a blank line before and after classes (#186).
+* Enforce a blank line before and after classes (#168).
* Re-indent line doc comments even if they are flush left (#192).
* More precisely control newlines between declarations (#173).
* Nest cascades like expressions (#200, #203, #205, #221, #236).
@@ -27,6 +27,7 @@
* Indent cascades more deeply when the receiver is a method call (#137).
* Prefer splitting at "." on non-identifier method targets (#161).
* Nest blocks deeper inside a wrapped conditional operator (#186).
+* Split named arguments if the positional arguments split (#189).
# 0.1.8
« no previous file with comments | « no previous file | lib/src/chunk_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698