From 64b2ede0be52ee97fd8a59dca920a576119ca022 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Wed, 13 Jan 2021 17:19:55 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8a9e66c4a..23e50c6a8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ This is the log of notable changes to Expo CLI and related packages. ### 🛠 Breaking changes - [cli] Environment variables matching `EXPO_` or `REACT_NATIVE_` are no longer exposed publicly to the development-mode app or website ([#3063](https://github.com/expo/expo-cli/issues/3063)) +- [cli] Remove EAS Build code, it now lives in `eas-cli` ([#3079](https://github.com/expo/expo-cli/pull/3079)) ### 🎉 New features