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.