From ae53608456db0bca113ba5b1310d4d9c27e8b092 Mon Sep 17 00:00:00 2001 From: Jonathan Sick Date: Thu, 11 Jul 2024 16:22:39 -0400 Subject: [PATCH] Update change log for 1.4.0 release --- CHANGELOG.md | 7 +++++++ changelog.d/20240711_142152_jsick_DM_44542.md | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/20240711_142152_jsick_DM_44542.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a2d59d5..8ab4a7cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ + +## 1.4.0 (2024-07-11) + +### New features + +- Update to technote 0.9.0. This new version of the technote theme features a two column layout that allows wide content, such as tables, code blocks, and figures, to span the full width of the page (bleeding beyond the text column). + ## 1.3.0 (2024-05-03) diff --git a/changelog.d/20240711_142152_jsick_DM_44542.md b/changelog.d/20240711_142152_jsick_DM_44542.md deleted file mode 100644 index 826f69b7..00000000 --- a/changelog.d/20240711_142152_jsick_DM_44542.md +++ /dev/null @@ -1,3 +0,0 @@ -### New features - -- Update to technote 0.9.0. This new version of the technote theme features a two column layout that allows wide content, such as tables, code blocks, and figures, to span the full width of the page (bleeding beyond the text column).