From 84a99f1f3410b2b28c3735406b3edd05fafaf683 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Sat, 23 Dec 2023 09:53:53 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52186ebd..522822ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Automatic support for WebP images ([#693](https://github.com/jpanther/congo/pull/693)) - Warning when building if links to Markdown files cannot be resolved ([#691](https://github.com/jpanther/congo/pull/691)) - Ability to share articles to Telegram and Line ([#719](https://github.com/jpanther/congo/pull/719)) -- New icon for `line`([#719](https://github.com/jpanther/congo/pull/719)) +- New icons for `line` and `google-scholar` ([#719](https://github.com/jpanther/congo/pull/719), [#755](https://github.com/jpanther/congo/pull/755)) - Korean translation ([#731](https://github.com/jpanther/congo/pull/731)) ### Changed @@ -21,7 +21,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - ⚠️ Author params block in language configuration has been moved to `params.author` ([#704](https://github.com/jpanther/congo/pull/704)) - Refactored image logic into a new `picture.html` partial ([#693](https://github.com/jpanther/congo/pull/693)) - Upgrade to ChartJS v4.4.1 ([#736](https://github.com/jpanther/congo/pull/736)) -- Upgrade to Tailwind v3.3.6 ([#737](https://github.com/jpanther/congo/pull/737)) +- Upgrade to Tailwind v3.3.7 ([#737](https://github.com/jpanther/congo/pull/737), [#752](https://github.com/jpanther/congo/pull/752)) +- Updated Japanese translation ([#750](https://github.com/jpanther/congo/pull/750)) ### Fixed