From 8d39b7cf6cd0325fc9fdfec65a72387e0ba3d52e Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 28 Sep 2020 00:13:23 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG | 2 +- docs/changelog.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b6eb19f7c..0294204da 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,7 +4,7 @@ mkdocs-material-6.x.x (2020-09-xx) * Fixed details marker showing for search result in Firefox * Fixed tabbing behavior when search query is not empty * Switched TypeScript compilation target to ES2015 - * Reduced size of JavaScript by 36% (176kb -> 113kb) + * Reduced size of JavaScript by 36% (176kb → 113kb) * Removed mkdocs and readthedocs themes from Docker image mkdocs-material-6.0.0 (2020-09-25) diff --git a/docs/changelog.md b/docs/changelog.md index 5fe51a33d..060f64e53 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -48,7 +48,7 @@ template: overrides/main.html * Fixed details marker showing for search result in Firefox * Fixed tabbing behavior when search query is not empty * Switched TypeScript compilation target to ES2015 -* Reduced size of JavaScript by 36% (`176kb` -> `113kb`) +* Reduced size of JavaScript by 36% (`176kb` → `113kb`) * Removed `mkdocs` and `readthedocs` themes from Docker image ### 6.0.0 _ September 25, 2020 @@ -58,7 +58,7 @@ template: overrides/main.html * Improved search result grouping (pages + headings) * Improved search result relevance and scoring * Added display of missing query terms to search results -* Reduced size of vendor bundle by 25% (84kb → 67kb) +* Reduced size of vendor bundle by 25% (`84kb` → `67kb`) * Reduced size of the Docker image to improve CI build performance * Removed hero partial in favor of custom implementation * Removed deprecated front matter features