From 7f8876e688e9dfde6e688ee767a4a34a1baef710 Mon Sep 17 00:00:00 2001
From: Paolo Brasolin <paolo.brasolin@eurac.edu>
Date: Tue, 15 Mar 2022 09:53:33 +0100
Subject: [PATCH] chore: update changelog

---
 CHANGELOG.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 306d936..f2dd8a1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Added
+
+- `FE` Clues appear and fade on top of forest.
+- `FE` Spears have physics, and either scare animals away or stab the ground.
+- `FE` The player can just type; no clicking, no modals.
+- `FE` Typed words are matched with onscreen ones by Levenshtein distance.
+- `BE` Seed procedure from Quack.
+- `BE`/`FE` Revise DB schema and API to handle words.
+
+### Changed
+
+- `FE` Complete rewrite in TypeScript.
+
 ## [0.1.0] - 2022-03-02
 
 ### Added
-- 
GitLab