From 05e77a934e89bbc86bac2aba5ca5f3a637698e3f Mon Sep 17 00:00:00 2001 From: Jonas Finnemann Jensen Date: Mon, 15 May 2023 13:33:41 +0000 Subject: [PATCH] Document relocation of PUB_CACHE. See: https://github.com/dart-lang/sdk/issues/52386 Change-Id: I48149aeeea5a78ea2c1d9d7b3b9df8d48ed2310e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/303321 Reviewed-by: Alexander Thomas Auto-Submit: Jonas Jensen Commit-Queue: Jonas Jensen --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f718cf8b84a..965d250f268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -528,6 +528,11 @@ using Dart version 2.19, before upgrading to Dart version 3.0. - `dart pub get` and related commands will now by default also update the dependencies in the `example` folder (if it exists). Use `--no-example` to avoid this. +- On Windows the `PUB_CACHE` has moved to `%LOCALAPPDATA%`, since Dart 2.8 the + `PUB_CACHE` has been created in `%LOCALAPPDATA%` when one wasn't present. + Hence, this only affects users with a `PUB_CACHE` created by Dart 2.7 or + earlier. If you have `path/to/.pub-cache/bin` in `PATH` you may need to + update your `PATH`. ## 2.19.6 - 2023-03-29