From dd8df9e5b760e50edf47bc1f4921667f02a26782 Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Fri, 22 Mar 2024 18:08:20 -0400
Subject: [PATCH] docs: update CHANGELOG

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06c77f5e..95468807 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,16 @@ 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/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [Unreleased]
+
+### Changed
+
+- The image URLs are now exposed as `url` and include the protocol to avoid mixed-media warnings (steering#194)
+
+### Removed
+
+- Nested routes for shows, show/timeslots, show/schedules, show/schedule/timeslot (aura#126)
+
 ## [1.0.0-alpha3] - 2024-02-26
 
 ### Added
-- 
GitLab