add updates section to README.md

This commit is contained in:
lee2sman 2021-02-07 03:16:24 -05:00
parent 40fb446348
commit 5e5e29d717
1 changed files with 7 additions and 0 deletions

View File

@ -128,3 +128,10 @@ forward(100);
penColor(color(100,0,100,250));
forward(100);
```
### Updates
##### 2021-02-07
- Added new setpos(x,y) function to move turtle to a position. A path will be drawn if the pen is currently down.