From ef745caf3edd647c561cfe07757a56b778f06568 Mon Sep 17 00:00:00 2001 From: Lucas Cimon <925560+Lucas-C@users.noreply.github.com> Date: Sat, 5 Mar 2022 10:43:35 +0100 Subject: [PATCH] Minor CHANGELOG.md update --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c15588c6d..f8d9eb2fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and [PEP 440](https://www.python.org/dev/peps/pep-0440/). ## [2.5.1] - not released yet ### Added -- support for soft-hyphen (`\u00ad`) break in `cell()` & `multi_cell()` calls - thanks @oleksii-shyman! +- support for soft-hyphen (`\u00ad`) break in `cell()` & `multi_cell()` calls - thanks @oleksii-shyman & @gmischler! - new documentation page on [Emojis, Symbols & Dingbats](https://pyfpdf.github.io/fpdf2/EmojisSymbolsDingbats.html) - documentation on combining `borb` & `fpdf2`: [Creating a borb.pdf.document.Document from a FPDF instance](https://pyfpdf.github.io/fpdf2/ExistingPDFs.html) @@ -26,7 +26,7 @@ and [PEP 440](https://www.python.org/dev/peps/pep-0440/). ### Deprecated - the font caching mechanism, that used the `pickle` module, has been removed, for security reasons, - and because it provided little performance, and only for specific use cases - _cf._ [issue #345](https://github.com/PyFPDF/fpdf2/issues/345). + and because it provided little performance gain, and only for specific use cases - _cf._ [issue #345](https://github.com/PyFPDF/fpdf2/issues/345). That means that the `font_cache_dir` optional parameter of `fpdf.FPDF` constructor and the `uni` optional argument of `FPDF.add_font()` are deprecated. The `fpdf.fpdf.load_cache` function has also been removed.