From ee0cd4ea7498b1030fff3ca6d58ef0a36fbe195f Mon Sep 17 00:00:00 2001 From: Janice Collins Date: Fri, 15 May 2020 16:39:52 +0000 Subject: [PATCH] Prepare for dartfix 0.1.7. This updates the changelog since the last attempt. Verified that pub publish is going to work this time and retested against the 2.8.0 SDK. Change-Id: I6f5b2fd7614effcad8f6fe509a865cae9d2edb6b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/148122 Auto-Submit: Janice Collins Commit-Queue: Paul Berry Reviewed-by: Samuel Rawlins Reviewed-by: Paul Berry --- pkg/dartfix/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/dartfix/CHANGELOG.md b/pkg/dartfix/CHANGELOG.md index 0b0c65d9a22..99b579529b9 100644 --- a/pkg/dartfix/CHANGELOG.md +++ b/pkg/dartfix/CHANGELOG.md @@ -1,5 +1,7 @@ # 0.1.7 * Improve experimental non-nullable migration support. +* Extract some nnbd migration implementation components from the dartfix + package. # 0.1.6 * Improve experimental non-nullable migration support.