From 2047a31980a670ccbed1f7b6fe3b297836237215 Mon Sep 17 00:00:00 2001 From: Nathan Lovato <12694995+NathanLovato@users.noreply.github.com> Date: Tue, 16 May 2023 13:56:49 +0200 Subject: [PATCH] chore: update changelog for release 1.4 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 630dfba5..03ed7c87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ This document lists changes between releases. +## Learn GDScript From Zero 1.4.0 + +### New features + +- Add script to extract, sync, check, and integrate new translations (#814) + +### Content changes + +- Replace parameter with argument in lesson 4 practices +- Add correct return types to documentation of str and int functions +- Correct typo in lesson 7 +- Correct typo in lesson 9, improve wording +- Update Spanish translations for lessons 1 to 7 + +### Improvements + +- Turn off vsync for faster response times + +### Bug fixes + +- Use low processor mode instead of target FPS to uncap framerate +- Lesson 21 - remove Step button from combo example (#801) +- Lesson 18 - fix unwrapped loop resetting (#800) +- Lesson 15 - fix traffic light resetting (#797) + ## Learn GDScript From Zero 1.3.2 *Released on October 17, 2022*