From 9420f1e92fdaf5079abf59d2e8182f56ed36401b Mon Sep 17 00:00:00 2001
From: andreamah
Date: Thu, 27 Feb 2020 12:27:30 -0800
Subject: [PATCH 1/2] mention of deploy to device for future
---
src/latest_release_note.ts | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/latest_release_note.ts b/src/latest_release_note.ts
index 500d18d79..8976fa3d1 100644
--- a/src/latest_release_note.ts
+++ b/src/latest_release_note.ts
@@ -3,7 +3,7 @@ export const LATEST_RELEASE_NOTE = `Device Simulator Express Release Notes
Welcome to the first update to the Device Simulator Express! Please feel free to enable our feature flag in
Settings
- (under the setting titled “deviceSimulatorExpress.previewMode” in the User settings).
+ (under the setting titled “deviceSimulatorExpress.previewMode”).
Changes
@@ -26,7 +26,7 @@ export const LATEST_RELEASE_NOTE = `
Device Simulator Express Release Notes
New features (only available with feature flag enabled):
- - BBC Micro:bit simulator and debugger – open up a new Micro:bit file, write code for the Micro:bit and
+
- BBC micro:bit simulator and debugger – open up a new micro:bit file, write code for the micro:bit and
test it out!
- Ability to interact with LEDs, buttons, and sensors.
@@ -58,6 +58,10 @@ export const LATEST_RELEASE_NOTE = `Device Simulator Express Release Notes
-
+Upcoming Improvements
+
+ - Deploying to device on the micro:bit with serial monitor interaction.
+
+
Happy Hacking! ✨✨🐍🐍🍰
      - The Device Simulator Express Team
`;
From d0abc6840a530f5024c54cf23825727035ecf89c Mon Sep 17 00:00:00 2001
From: andreamah
Date: Thu, 27 Feb 2020 12:29:21 -0800
Subject: [PATCH 2/2] fixed small mistake
---
src/latest_release_note.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/latest_release_note.ts b/src/latest_release_note.ts
index 8976fa3d1..a4e1ddabd 100644
--- a/src/latest_release_note.ts
+++ b/src/latest_release_note.ts
@@ -3,7 +3,7 @@ export const LATEST_RELEASE_NOTE = `Device Simulator Express Release Notes
Welcome to the first update to the Device Simulator Express! Please feel free to enable our feature flag in
Settings
- (under the setting titled “deviceSimulatorExpress.previewMode”).
+ (under the setting titled “deviceSimulatorExpress.previewMode” in the User settings).
Changes