From 9b96be0e2336b8d909fc84f2f5a0080ff3128ca6 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 12 Feb 2024 17:08:19 +0100 Subject: [PATCH] Bump CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc2115..b5657fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## unreleased + * Support wrapping at a specific column (#164) + + Using a specific wrap column, e.g. `wrap: 60`, works well together with + `auto` margins (see below). + * Support centering content with auto margins (#164) Configuration is done through the existing `margins` setting.