answering questions about saving

This commit is contained in:
Peli de Halleux
2016-08-16 09:21:41 -07:00
parent a04ca0d715
commit 271128c075
2 changed files with 20 additions and 0 deletions

View File

@ -4,6 +4,11 @@
basic.forever(() => { basic.showString("RELEASE NOTES"); });
```
## August 2016
* The JavaScript editor is using Monaco
* New [package system](/packages) based on GitHub
## June 2016
* It is now possible to stream data into the cloud (Azure) from the PXT editor. Simply click on the log view to get started.