diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cdee91c..395885e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,7 +4,7 @@ Changelog for package europecv 2022.06.17 ---------- -* Fixed compilation with upcoming LaTeX2e release by loading hyperref with `\AddToHook` instead of `\AtBeginDocument` and moving away from utf8x (#29). If the preamble of your .tex file has code such as `\usepackage[utf8x]{inputenc}`, it will no longer compile. Consider using "utf8" instead of "utf8x", although doing so may break compilation with older EuropeCV versions. +* Fixed issue related to the `ucs` and `inputenc` (with utf8x option) package (#29) * Contributors: David Carlisle, Ulrike Fischer, Giuseppe Silano 2022.03.13