diff --git a/CHANGELOG.md b/CHANGELOG.md
index b4d20018bb1084db6f7e116b8f8bd23eb1d16041..b13b0cc8a5af133b4946ccc7d5e4f23071aa9130 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
 ## [Unreleased]
+### Added
+- Added _Comic Mono_ font.
+- Added a setting for automatically connecting to Camp WiFi.
+- Added `ApplicationContext.bundle_path` so apps can find out what directory
+  they live in.  This should be used for loading app assets from the correct
+  path.
+- Added TLS support for MicroPython.
+- Added modules for `.tar.gz` extraction.
+- Added `aioble` module (Bluetooth Low Energy).
+- Added pronoun support in the Nick app.
+- Added color options in the Nick app.
+- Added IMU-based rotation in the Nick app.
+
+### Changed
+- `ctx.get_font_name()` now raises an exception for unknown fonts.
+
+### Fixed
+- Fixed JPEG support by enabling `CTX_FORMAT_RGB8`.
+- Fixed incorrect merging of settings dicts in `st3m.settings`.
+
 
 ## [1.0.0] - 2023-08-13