diff --git a/CHANGELOG.md b/CHANGELOG.md
index 306d936fd0f95356bc46fe65f846db663789d02b..f2dd8a127fcfdc06480238127d9c355c95bd6458 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