From 1ce1f1706a3dae7fe4636b88ebe474949380cbe5 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Sat, 25 Jan 2020 13:11:10 -0800 Subject: [PATCH] Remove stale recipe changelog. We tried updating this for a while but we seem to have given up. This is now stale. Removing the same. --- recipe_changelog.md | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 recipe_changelog.md diff --git a/recipe_changelog.md b/recipe_changelog.md deleted file mode 100644 index dc264f7b51639..0000000000000 --- a/recipe_changelog.md +++ /dev/null @@ -1,37 +0,0 @@ -# Recipe Changelog - -## 31 Oct 2019 - -* Recipe Link: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1894232 -* Reason: Upload `sky_engine` to CIPD. - -## 30 Oct 2019 - -* Recipe Link: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1891522 -* Reason: Pass the `out-dir` arg in the recipe. - -## 29 Oct 2019 - -* Recipe Link: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1887742 -* Reason: Start uploading Fuchsia debug symbols to CIPD. - -## 28 Oct 2019 - -* Recipe Link: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1885414 -* Reason: We were not uploading dart_aot_runner artifacts. - -### 23 Oct 2019 - -* Recipe Link: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1877152 -* Reason: Clobber the cache directory after each build to clean-up outdated - artifacts. - -### 23 Oct 2019 - -* Recipe Link: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1875314 -* Reason: Using `unopt` flutter_tester is slower than the optimized alternative. - -### 21 Oct 2019 - -* Recipe Link: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1872832 -* Reason: `dart:kernel_compiler` is no longer a valid target after https://github.com/flutter/engine/pull/13158. This change is to account for that.