From 15c086c860fbf1e64138ee2d65088a31d8171fa7 Mon Sep 17 00:00:00 2001 From: Romain Menke Date: Sun, 25 Feb 2024 14:27:09 +0100 Subject: [PATCH] extra emphasis on breaking change --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fc585d..6655e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - Fix repo and homepage urls [#101](https://github.com/csstools/postcss-font-magician/pull/101) - Fix typo in readme [#87](https://github.com/csstools/postcss-font-magician/pull/87) - Fix source maps [#109](https://github.com/csstools/postcss-font-magician/issues/109) -- Fix output path for `async` option,this is now relative to the process. +- Fix output path for `async` option, this is now relative to the process. (BREAKING!) - Fix order of CSS, now the `@font-face` will be inserted after `@charset`, `@import` and similar statements. [#107](https://github.com/csstools/postcss-font-magician/issues/107)