From 0baedb50173bea3144fc9f96bf91262462b078ee Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 30 Sep 2024 15:54:54 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 862900d5..cb1bff7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Added +- New `pdfa` option for using PDF/A-compliant pdf-writer workflows. + +### Changed +- Conversion is now fallible and returns a `Result`. +- Reduce PDF sizes through better font subsetting. + +### Fixed +- Fixed a bug with Unicode CMaps. + ## [0.11.0] ### Added