From 295cb7a107521b7cbe413f162bad35f6a02562f5 Mon Sep 17 00:00:00 2001 From: ZILtoid1991 Date: Sun, 31 Mar 2024 01:37:11 +0100 Subject: [PATCH] Update CHANGELOG.md --- docs/changelog/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog/CHANGELOG.md b/docs/changelog/CHANGELOG.md index bf396ed..17fe675 100644 --- a/docs/changelog/CHANGELOG.md +++ b/docs/changelog/CHANGELOG.md @@ -16,6 +16,10 @@ No more last line omitting bug, there's still some inconsistency with line break * Made auxiliary tags easily accessible without class inheritance. * Added tag `local`, and ways to accessing it. +## Fixes to example game "Snake" + +It had a bug, that could cause the snake to lose its tail in case of rapid direction changes, also pressing up or down upon beginning was extremely buggy. These issues has been solved. + # 0.11.0-alpha.2 ## New path handling system