From e17eede1792a3adb7d2e49bdcb7f6663b1f14b14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 15 Oct 2020 14:29:27 +0200 Subject: [PATCH] Add changelog entry for woff/woff2 change See https://github.com/overhangio/tutor/pull/373 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea3148a..2116cf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Note: Breaking changes between versions are indicated by "💥". +## Unreleased + +- [Bugfix] Add support for .woff and .woff2 font files in themes (thanks @mrtndwrd!) + ## v10.3.0 (2020-10-13) - 💥[Improvement] Simplify CORS configuration