From 9c937835a91810b117e575f03094b9b7c1762b36 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 25 Feb 2026 14:48:35 -0600 Subject: [PATCH] document v2.1.2 Signed-off-by: Brian S. Stephan --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fed491..0a5c09b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ Included is a summary of changes to the project, by version. Details can be found in the commit history. +## v2.1.2 + +### Features + +* An optional license declaration can be added to the footer, with a config "LICENSE" directive. + +### Improvements + +* Style changes in footnotes, hrs, table colors, footnote links, full width figures. +* Have floats clear their side, to not have a waterfall/ratchet effect when too many floating things are next to each + other. +* Add borders to the plain style tables. + +### Miscellaneous + +* One HTML tweak to make the W3C CSS validator happy. +* Some old code from the pre-SSG days has been removed. + ## v2.1.1 ### Improvements