From dfb5c3fe722b6bc21b381982139121607c5b19e1 Mon Sep 17 00:00:00 2001 From: Eugeniy Meshcheryakov Date: Thu, 26 Oct 2017 22:25:36 +0200 Subject: [PATCH] Update changelog --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index a701e61..b170bdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Changes in version 5.0 + * Add command line flag that allows to use pango for text layout + (by Khaled Hosny, requires pango >= 1.37) + * Add possiblility to create PDF outline directly using cairo + (by Khaled Hosny, requires cairo >= 1.15.4) + * Switch to CMake as build system + * Add command line flag for loading Unicode blocks file during + runtime. + Changes in version 4.1: * Detect iconv and add LIBICONV to LDADD * Detect support for -Wl,--as-needed in configure