From eff9ba211d888400b458624ea9a0c6a38c4f9d10 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Wed, 20 Nov 2024 19:06:10 +0100 Subject: [PATCH] Fix Release notes typos. See #1749 Reported-by: Oleg Kostyuk Signed-off-by: Fini Jastrow --- _posts/2017-01-07-release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2017-01-07-release.md b/_posts/2017-01-07-release.md index 5fbe305692..690847a3ea 100644 --- a/_posts/2017-01-07-release.md +++ b/_posts/2017-01-07-release.md @@ -43,7 +43,7 @@ a complete list. ### Features - Add shell based cheat-sheet script @hasecilu #1694 - - Add fontfonfig file to SymbolsOnly release archive (for repackagers) #1713 + - Add fontconfig file to SymbolsOnly release archive (for repackagers) #1713 - Unify configuration files for font-patcher and gotta-patch-em (format changed) #1613 ### Bugs and improvements @@ -68,7 +68,7 @@ Again a lot has been done by various people, thank you all! v3.2.1 Details
This bugfix release is mainly because of the Fira Code progress indicator glyphs. These are used by some applications, and usually could be used via fontfallback from any font (because the codepoints were un-occupied in the Nerd Fonts). But with adding more FontAwesome glyphs we utilized that codepoints for the new glyphs, breaking this common setup. -To fix that we keep these codepoints (there are 9 glyphs) free and un-occupied. So the usualy fallback scheme will continue to work. +To fix that we keep these codepoints (there are 9 glyphs) free and un-occupied. So the usual fallback scheme will continue to work. Please see below for a list of codepoint that change with this release (which were new in 3.2.0), so I count that not really as breaking, because they were just some days ago (accidentally) introduced.