Skip to content

Commit

Permalink
chore: update changelog for release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanLovato committed Jun 4, 2022
1 parent 6256081 commit 6319fe0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

This document lists changes between releases.

## Learn GDScript From Zero 1.1.0

_Released on April 1, 2022_

### New features

- Add offline script verifying support using custom build of Godot (#469)
- Add reset functionality to all relevant examples (#487)

### Content changes

- Remove extra line in lesson 22 practice solution
- Explain when you want to store return values in lesson 22
- Remove remaining uses of "pass" and update practice hints

### Bug fixes

- Handle optional parameters on `move_local_x()` in lesson 11 (#480)
- Correct typo in lesson 1
- Make practice pass if using float instead of int in lesson 11
- Updated moving turtle test for lesson 19 to include the starting point (#524)
- Delta check in the moving in a circle lesson (#526)
- Don't pass in lesson 11 practice if speed is 0.2 instead of 2

## Learn GDScript From Zero 1.0.0

_Released on April 1, 2022_
Expand Down

0 comments on commit 6319fe0

Please sign in to comment.