From ad269908120845d4a6a39cbcb20408feca289bc9 Mon Sep 17 00:00:00 2001 From: Daniela Rus Morales Date: Tue, 20 Feb 2024 16:36:40 +0100 Subject: [PATCH] Update ChangeLog for 0.2.2 --- ChangeLog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 91251b3..c0b889c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,12 @@ # Change Log +## [0.2.2] - 2024-02-20 + +- Use a fluid layout (Bootstrap's `container-fluid`) to allow expanding the TOC +in the right side to the right border of the browser. The goal is to increase +readability of that area, specially when displaying content in monospace (ie: +APIs and the like). + ## [0.1.13] - 2023-10-01 - Fixes issues #10: Image caption displayed centered only in the default colorset. File `scss/components/_images.scss` was not included when building the rest of the colorsets. Fixed by Jinyan Xu, @Phantom1003.