From fd999474e7b8a0f059ac33996692070ec0ad1798 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 7 May 2018 12:54:29 +0200 Subject: Update CHANGES. --- CHANGES | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index ab3a742c..a03b9a72 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,26 @@ +List of changes since the last release. + +* New features: + * Added "Source Han Serif" CJK fallback font. + * Added more scripts to the Noto fallback fonts. + * Multi-page PNM support. + * "mutool show" now supports a path syntax for selecting objects to show. + * Build system simplifications: * Auto-generated CMap, ICC, and JS source files are checked in to git. * Embedded CMap resources are now generated by a python script. * Embedded font resources are linked directly if using GNU ld. + * Namegen tool replaced by use of C macros. + * Simplified Makefile. + +* Bug fixes: + * Improved CJK character fallback handling in EPUB. + +* API changes: + * Replaced PDF_NAME_Xxx macros with PDF_NAME(Xxx). + * Added PDF_TRUE, PDF_FALSE, and PDF_NULL constant pdf_obj* macros. + * Added helper functions: pdf_dict_get_int, etc. + * Removed 'doc' argument in pdf_new_int, etc. List of changes in MuPDF 1.13.0 -- cgit v1.2.3