From 7be649caffc60410efe09e3b3f5bda4df1095df9 Mon Sep 17 00:00:00 2001 From: geisserml Date: Mon, 9 May 2022 20:41:05 +0200 Subject: [PATCH] update changelog --- docs/source/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/changelog.md b/docs/source/changelog.md index aa4bccb05..7d2ff3c22 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -11,7 +11,7 @@ - Created a new function `open_page()`, mainly to avoid internal duplication. This basically is a wrapper around `FPDF_LoadPage()` with page index validation. - Improved cedits section in the Readme. - Made automatic buffer closure optional for `open_pdf_buffer()`. -- Slightly tweaked the build script. +- Tweaked the build script. - Enhanced integration of markdown files into the Sphinx documentation.