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

Unified Diff: CHANGELOG.md

Issue 2367943002: Publish linter `0.1.27`. (Closed)
Patch Set: Created 4 years, 3 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 | « .gitignore ('k') | pubspec.yaml » ('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 dd8202537c6d415e695f5961d13f581adeb91b71..6451f8109a5dd70cb54c527377806a3ac4c2e5e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,19 @@
+# 0.1.27
+
+* Fixed cast exception in `dart_type_utilities` (dart-lang/sdk#27405).
+* New `parameter_assignments` lint.
+* New `prefer_final_fields` lint.
+* New `prefer_final_locals` lint.
+* Markdown link fixes in docs (#306).
+* Miscellaneous solo test running fixes and introduction of `solo_debug` (#304).
+
# 0.1.26
-* Updated tests to use package `test` (#302).
+* Updated tests to use package `test` (#302).
# 0.1.25
-* Fixed false positive on `[]=` in `always_declare_return_types` (#300).
+* Fixed false positive on `[]=` in `always_declare_return_types` (#300).
* New `invariant_booleans` lint.
* New `literal_only_boolean_expressions` lint.
* Fixed `camel_case_types` to allow `$` in identifiers (#290).
« no previous file with comments | « .gitignore ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698