Skip to content

Commit bac5119

Browse files
committed
chore: update changelog for release 1.1.1
1 parent d55721b commit bac5119

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,44 @@
22

33
This document lists changes between releases.
44

5+
## Learn GDScript From Zero 1.2.0
6+
7+
*Released on June 11, 2022*
8+
9+
### New features
10+
11+
- Add auto-closing brackets to code editor
12+
13+
### Content changes
14+
15+
- Fix cell coordinates in lesson 26
16+
- Fix example converting string into number in lesson 27
17+
- Correct example looping over values of an array in lesson 24
18+
- Remove glossary underline from word type in lesson 6
19+
- Clarify one answer in quiz in lesson 5
20+
- Precise where to add the length parameter in lesson 6 practice
21+
- Replace quiz in lesson 4 by a more appropriate one
22+
- Remove leading underscore to delta in lesson 10
23+
- Add extra test to drawing squares practice in lesson 6
24+
- Add note to practice in lesson 11 not to use local variables
25+
26+
### Improvements
27+
28+
- Update warning popup text for small screen (#549)
29+
- Allow to further reduce the text size for large displays
30+
31+
### Bug fixes
32+
33+
- Remove double border on example in lesson 1
34+
- Ensure lesson examples always draw behind issue popup
35+
- Fix error when calling print() without arguments
36+
- Fix crashes when coding infinite while loops
37+
- Fix practice in lesson 20 not passing if not solved at first trial
38+
- Prevent error when not drawing any polygons in Back to the drawing board practice
39+
- Prevent the mobile warning popup from going off-screen
40+
- Check edited slice code instead of source text in practice tests
41+
- Make animation play based on calls to play_animation() in lesson 21 practice
42+
543
## Learn GDScript From Zero 1.1.0
644

745
_Released on June 3, 2022_

0 commit comments

Comments
 (0)