From dd59642b86dd2e60419329bd5d5a2757d643afa9 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Tue, 21 Nov 2023 23:48:39 +0000 Subject: [PATCH] Move changelog entry --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 244f83d..e4af0a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 0.12.17-wip +* Add some explicit casts to remove some dynamic calls. There remain a large + number of intentionally dynamic calls. + ## 0.12.16 * Expand bounds on `test_api` dependency to allow the next breaking release @@ -9,8 +12,6 @@ * Add `package:matcher/expect.dart` library. Copies the implementation of `expect` and the asynchronous matchers from `package:test`. -* Add some explicit casts to remove some dynamic calls. There remain a large - number of intentionally dynamic calls. ## 0.12.14