From 5dce10ed90bb2fb3fa222a07359c2ad906d75ae5 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Sun, 3 May 2020 13:43:10 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91f3fd9..fa4d157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,4 @@ -## v3.0.0 - -Date: TBD +## v3.0.0 (Date: DTB) - **BREAKING CHANGE** Upgraded from Bootstrap 3.3.2 to 4.4.1. This involved a major rewrite of most components. This shouldn't affect any users unless you have custom HTML/CSS code which the new Bootstrap could have broken. - **BREAKING CHANGE** Renamed `bigimg` YAML parameter to `cover-img`. @@ -11,9 +9,7 @@ Date: TBD - Rewrite and simplify some JavaScript code to use CSS or Bootstrap alternatives that weren't available in 2015. - Improvements to the README instructions. -## v2.3.0 - -2020-04-29 +## v2.3.0 (2020-04-29) - Add YAML option `footer-extra` for including custom content in the footer - Fix issue: linking to a specific part of a page resulted in scrolling too far (#69) @@ -21,18 +17,14 @@ Date: TBD - Add social network link: Calendly - Fix bug where RSS link in footer was showing even when turned off -## v2.2.0 - -2020-04-27 +## v2.2.0 (2020-04-27) - Add social network link: Telegram (#625) (thanks @mashed-potatoes) - Moved the demo site to an independent URL: https://beautifuljekyll.com - Major documentation overhaul and cleanup of old files - Fix a few bugs from the remote_theme migration -## v2.0.0 - -2020-04-26 +## v2.0.0 (2020-04-26) - Beautiful-Jekyll v2.0.0 available as an official Ruby gem - Beautifull-Jekyll now supports the `remote_theme` config (#339) (thanks @gpotter2 and @skalee)